PsDocument.DrawOval

PsDocument.DrawOval method

Draws an oval.

public 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