Click or drag to resize

VectorGraphicPathGetCommandIndex Method

Gets the index of a command in the command list.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public int GetCommandIndex(
	BaseMetafileCommand command
)

Parameters

command  BaseMetafileCommand
The command to search for in the list.

Return Value

Int32
The found index or -1 if not found.
See Also