VectorGraphicTextLayerInsertPath(Int32, VectorGraphicPath) Method | 
            Inserts a given path at a given position. Added paths will be cleared during rebuild.
            
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.31.0
Syntaxpublic override VectorGraphicPath InsertPath(
	int index,
	VectorGraphicPath path
)
Parameters
- index  Int32
 - The position.
 - path  VectorGraphicPath
 - The path to be inserted.
 
Return Value
VectorGraphicPathThe given path.
See Also