Click or drag to resize

VectorGraphicLayerInsertPath(Int32, VectorGraphicPath) Method

Inserts a given path at a given position.

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

Parameters

index  Int32
The position.
path  VectorGraphicPath
The path to be inserted.

Return Value

VectorGraphicPath
The given path.
See Also