VectorGraphicPathGetCommandIndex Method |
Gets the index of a command in the command list.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic int GetCommandIndex(
BaseMetafileCommand command
)
Parameters
- command BaseMetafileCommand
- The command to search for in the list.
Return Value
Int32The found index or -1 if not found.
See Also