[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.DrawEllipse

DrawEllipse Method

DrawEllipse(Pen, float, float, float, float)

Draw ellipse from this document.

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

The drawing pen.

float x

The x (top-left corner) coordinate.

float y

The y (top-left corner) coordinate.

float width

The width of the rectangle.

float height

The height of the rectangle.

Implements

DrawEllipse(Pen, RectangleF)

Draw ellipse from this document.

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

The drawing pen.

RectangleF rc

The drawing rectangle.

Implements