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.19.0
Syntaxpublic void ReverseOrder(
int defaultPenNumber
)
Parameters
- defaultPenNumber Int32
- The starting pen number for this path, if nothing is specified in PenNumber.
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