Click or drag to resize

BaseVectorGraphicElementReverseOrder Method

Reverses the order of the vectors in this element.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public void ReverseOrder(
	int defaultPenNumber,
	bool recursive = true
)

Parameters

defaultPenNumber  Int32
The starting pen number for this path, if nothing is specified in PenNumber.
recursive  Boolean  (Optional)
If true, reverse also the children of this element
Remarks
The paths will have an extra set pen command at the start of the reversed commands if the original commands do not start with a set pen command.
See Also