VectorGraphicPathMicroVectorTo Method |
Draws a micro vector 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 MicroVectorTo(
IEnumerable<dvec3> points,
MicroVectorType vectorType
)
Parameters
- points IEnumerabledvec3
- The points of the polyline.
- vectorType MicroVectorType
[Missing <param name="vectorType"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.MicroVectorTo(System.Collections.Generic.IEnumerable{GlmSharp.dvec3},RAYLASE.Marker.VectorGraphicElement.MetafileCommand.MicroVectorType)"]
Return Value
BaseMetafileCommandThe generated metafile command to draw a polyline.
See Also