Skip to main content
All docs
V25.1
  • DiagramImages.CopyFrom(ImagesBase) Method

    Duplicates the properties of the specified object into the current instance of the DiagramImages class.

    Namespace: DevExpress.Web.ASPxDiagram

    Assembly: DevExpress.Web.ASPxDiagram.v25.1.dll

    NuGet Package: DevExpress.Web

    Declaration

    public override void CopyFrom(
        ImagesBase source
    )

    Parameters

    Name Type Description
    source ImagesBase

    An object from which the settings are copied.

    See Also