Click or drag to resize

CubicCurveToMetafileCommandGenerateCommandPoints Method

Generates a list of points that are significant to the shape.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public override IList<dvec3> GenerateCommandPoints()

Return Value

IListdvec3
A list of significant points.
See Also