Click or drag to resize

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.MetafileCommand
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public override EllipseToMetafileCommand CreateEllipse()

Return Value

EllipseToMetafileCommand
The calculated elliptical arc.
See Also