Device.DrawOval

Device.DrawOval method

Draws an oval.

public virtual void DrawOval(double x, double y, double width, double height)
ParameterTypeDescription
xDoubleX coordinate of center of the oval.
yDoubleY coordinate of center of the oval.
widthDoubleA width of circumscribed rectangle.
heightDoubleA height of circumscribed rectangle.

See Also