Click or drag to resize

VectorGraphicTextLayer.InsertPath(Int32, VectorGraphicPath) Method

Inserts a given path at a given position. Added paths will be cleared during rebuild.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public override 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