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.19.0
Syntax
C#
public void ReverseOrder(
	int defaultPenNumber
)

Parameters

defaultPenNumber  Int32
The starting pen number for this path, if nothing is specified in PenNumber.
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