ActiveReports 12
AddEllipse Method (IPathEx)

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IPathEx Interface : AddEllipse Method

The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

The width of the bounding rectangle that defines the ellipse.

The height of the bounding rectangle that defines the ellipse.

Adds an ellipse to the current path
Syntax
'Declaration
 
Sub AddEllipse( _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single _
) 
void AddEllipse( 
   float x,
   float y,
   float width,
   float height
)

Parameters

x

The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

y

The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.

width

The width of the bounding rectangle that defines the ellipse.

height

The height of the bounding rectangle that defines the ellipse.

See Also

Reference

IPathEx Interface
IPathEx Members