Click or drag to resize

PolyLineMetafileCommandAddPoints 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.20.0
Syntax
C#
public PolyLineMetafileCommand AddPoints(
	IEnumerable<dvec3> points
)

Parameters

points  IEnumerabledvec3
Points to add.

Return Value

PolyLineMetafileCommand

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

See Also