[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.DrawEllipse

DrawEllipse Method

DrawEllipse(Pen, double, double, double, double)

Draw ellipse from this document.

Declaration
public void DrawEllipse(Pen pen, double x, double y, double width, double height)
Parameters
Type Name Description
Pen pen

The drawing pen.

double x

The x (top-left corner) coordinate.

double y

The y (top-left corner) coordinate.

double width

The width of the rectangle.

double height

The height of the rectangle.

DrawEllipse(Pen, Rect)

Draw ellipse from this document.

Declaration
public void DrawEllipse(Pen pen, Rect rc)
Parameters
Type Name Description
Pen pen

The drawing pen.

Rect rc

The drawing rectangle.