Click or drag to resize

EllipseToMetafileCommandCreateCubicCurves Method

Calculates a set of cubic curves which are able to approximately replace the arc.

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

Return Value

ListCubicCurveToMetafileCommand
The list of cubic curves replacing the elliptic arc.
See Also