Click or drag to resize

VectorGraphicOptimizerJoinLayers 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(
	IList<VectorGraphicLayer> layers,
	bool byName = false
)

Parameters

layers  IListVectorGraphicLayer

[Missing <param name="layers"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicOptimizer.JoinLayers(System.Collections.Generic.IList{RAYLASE.Marker.VectorGraphicElement.VectorGraphicLayer},System.Boolean)"]

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