Click or drag to resize

BaseVectorGraphicElementDoCopyFrom Method

Copies properties from a given layer or path.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
protected abstract void DoCopyFrom(
	BaseVectorGraphicElement source
)

Parameters

source  BaseVectorGraphicElement

[Missing <param name="source"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement.DoCopyFrom(RAYLASE.Marker.VectorGraphicElement.BaseVectorGraphicElement)"]

See Also