PsDocument.FillOval

PsDocument.FillOval method

Fills an oval.

public 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