Click or drag to resize

BaseMetafileCommandDoGetPolyLinePoints Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand.DoGetPolyLinePoints(System.Int32)"]


Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.42.0
Syntax
C#
protected virtual IList<dvec3> DoGetPolyLinePoints(
	int numOfPoints
)

Parameters

numOfPoints  Int32

[Missing <param name="numOfPoints"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand.DoGetPolyLinePoints(System.Int32)"]

Return Value

IListdvec3

[Missing <returns> documentation for "M:RAYLASE.Marker.VectorGraphicElement.MetafileCommand.BaseMetafileCommand.DoGetPolyLinePoints(System.Int32)"]

See Also