Click or drag to resize

BaseVectorGraphicElementCopyFrom Method

Copies the properties of the source to this instance.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public BaseVectorGraphicElement CopyFrom(
	BaseVectorGraphicElement source
)

Parameters

source  BaseVectorGraphicElement
The source layer or path.

Return Value

BaseVectorGraphicElement
This layer or path.
See Also