Click or drag to resize

VectorGraphicPathPolyLineTo Method

Draws a polyline from the last end point of the current path through the provided points.

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual BaseMetafileCommand PolyLineTo(
	IEnumerable<dvec3> points
)

Parameters

points  IEnumerabledvec3
The points of the polyline.

Return Value

BaseMetafileCommand
The generated metafile command to draw a polyline.
See Also