VectorGraphicTextLayerAppendPath Method |
Appends a given path. Added paths will be cleared during rebuild.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic override VectorGraphicPath AppendPath(
VectorGraphicPath path
)
Parameters
- path VectorGraphicPath
- The path to be appended.
Return Value
VectorGraphicPathThe given path.
See Also