Click or drag to resize

VectorGraphicPathMicroVectorTo Method

Draws a micro vector 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 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

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