Click or drag to resize

PolyLineMetafileCommandCreateCubicCurves Method

Loops through the polygon and creates a cubic curve between each two points.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.20.0
Syntax
C#
public override List<CubicCurveToMetafileCommand> CreateCubicCurves()

Return Value

ListCubicCurveToMetafileCommand
A list of cubic curves building the same shape as the polygon.
Remarks
The control points will be positioned on the line between each two points; the polygon will not change its shape therefore.
See Also