Page.DrawEllipse

Page.DrawEllipse method

The process of drawing Ellipse.

public long DrawEllipse(double pinX, double pinY, double width, double height)
ParameterTypeDescription
pinXDoubleSpecifies the x-coordinate of the shape’s pin (center of rotation) in relation to the page.
pinYDoubleSpecifies the y-coordinate of the shape’s pin (center of rotation) in relation to the page.
widthDoubleSpecifies the width of the shape
heightDoubleSpecifies the height of the shape

See Also