CubicCurveToMetafileCommandCreateQuadraticCurves Method |
Creates a quadratic curve from the cubic curve.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic override List<QuadraticCurveToMetafileCommand> CreateQuadraticCurves()
Return Value
ListQuadraticCurveToMetafileCommandThe calculated quadratic curve, put into a list.
Remarks
The control point will be set to the average of the original control
points.
See Also