Click or drag to resize

QuadraticCurveToMetafileCommandCreateCubicCurves Method

Creates a cubic curve from the quadratic curve.

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 calculated cubic curve, put into a list.
Remarks
The cubic curve's control points are set in a way that the curve preserve its shape.
See Also