VectorGraphicPathPolyLineTo Method |
Draws a polyline from the last end point of the current path through the provided points.
Namespace: RAYLASE.Marker.VectorGraphicElementAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual BaseMetafileCommand PolyLineTo(
IEnumerable<dvec3> points
)
Parameters
- points IEnumerabledvec3
- The points of the polyline.
Return Value
BaseMetafileCommandThe generated metafile command to draw a polyline.
See Also