ArcToMetafileCommandCreateEllipse Method |
Creates an elliptical arc with the same center point, start point and end
point of the arc with both semi axes having the same length as the arc's
radius.
Namespace: RAYLASE.Marker.VectorGraphicElement.MetafileCommandAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic override EllipseToMetafileCommand CreateEllipse()
Return Value
EllipseToMetafileCommandThe calculated elliptical arc.
See Also