Click or drag to resize

VectorGraphicEngineJoinLayers Method

Joins layers. All paths will be appended to the first matching layer.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public void JoinLayers(
	bool byName = false
)

Parameters

byName  Boolean  (Optional)
If true, only layers with the same name are merged.
See Also