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.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic virtual List<CubicCurveToMetafileCommand> CreateCubicCurves()
Return Value
ListCubicCurveToMetafileCommandThe list of cubic curves.
See Also