Click or drag to resize

BaseMetafileCommandCreateQuadraticCurves Method

Converts the command into a list of up to eight quadratic curves approximating the original command element. Available only for arcs.

Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual List<QuadraticCurveToMetafileCommand> CreateQuadraticCurves()

Return Value

ListQuadraticCurveToMetafileCommand
The list of quadratic curves.
See Also