Click or drag to resize

VectorGraphicTextLayerAppendPath Method

Appends a given path. Added paths will be cleared during rebuild.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public override VectorGraphicPath AppendPath(
	VectorGraphicPath path
)

Parameters

path  VectorGraphicPath
The path to be appended.

Return Value

VectorGraphicPath
The given path.
See Also