Click or drag to resize

VectorGraphicLayer.AppendPath Method

Appends a given path.

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

Parameters

path  VectorGraphicPath
The path to be appended.

Return Value

VectorGraphicPath
The given path.
See Also