VectorGraphicLayerInsertPath(Int32, VectorGraphicPath) Method |
Inserts a given path at a given position.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual 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