VectorGraphicPathSetNewStart Method |
Sets the end of the command as new start of the path.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual void SetNewStart(
BaseMetafileCommand command,
int index
)
Parameters
- command BaseMetafileCommand
- End of command to define new start.
- index Int32
- Point index in case of poly commands (PolyLine). -1 for last point.
See Also