Click or drag to resize

VectorGraphicLayerGetPathIndex Method

Gets the index of a path in the layer.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public int GetPathIndex(
	VectorGraphicPath path
)

Parameters

path  VectorGraphicPath
The path to search for in the list.

Return Value

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