Click or drag to resize

BaseMetafileCommandCreateCubicCurves Method

Converts the command into a list of up to four cubic 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<CubicCurveToMetafileCommand> CreateCubicCurves()

Return Value

ListCubicCurveToMetafileCommand
The list of cubic curves.
See Also