VectorGraphicEngineInsertTextLayer Method |
Creates a new layer at a given position.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual VectorGraphicTextLayer InsertTextLayer(
int index
)
Parameters
- index Int32
- The position.
Return Value
VectorGraphicTextLayerThe new layer.
See Also