Skip to main content

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.v23.2.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