Click or drag to resize

ArcToMetafileCommandCreateQuadraticCurves Method

Calculates a set of quadratic 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<QuadraticCurveToMetafileCommand> CreateQuadraticCurves()

Return Value

ListQuadraticCurveToMetafileCommand
The list of quadratic curves replacing the arc.
See Also