QuadraticCurveToMetafileCommandCreateCubicCurves Method |
Creates a cubic curve from the quadratic curve.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic override List<CubicCurveToMetafileCommand> CreateCubicCurves()
Return Value
ListCubicCurveToMetafileCommandThe 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