Click or drag to resize

MicroVectorMetafileCommandAddPoints Method

Adds a range of points to the polyline.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public MicroVectorMetafileCommand AddPoints(
	IEnumerable<dvec3> points
)

Parameters

points  IEnumerabledvec3
Points to add.

Return Value

MicroVectorMetafileCommand

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.MicroVectorMetafileCommand.AddPoints(System.Collections.Generic.IEnumerable{GlmSharp.dvec3})"]

See Also