BaseVectorGraphicElementReverseOrder Method | 
            Reverses the order of the vectors in this element.
            
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.31.0
Syntaxpublic 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
 
RemarksThe 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