Device.FillOval

Device.FillOval method

Fills an oval.

public virtual void FillOval(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