ArcToMetafileCommandCreateQuadraticCurves Method |
Calculates a set of quadratic curves which are able to approximately
replace the arc.
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 list of quadratic curves replacing the arc.
See Also