GoDiagram Win Reference
DrawEllipse(Pen,Brush,Single,Single,Single,Single) Method

The pen with which to draw the ellipse
The brush with which to draw the ellipse
The x coordinate of the center of the ellipse
The y coordinate of the center of the ellipse
The x radius of the ellipse
The y radius of the ellipse
Draws an ellipse.
Syntax
'Declaration
 
Public Overloads Sub DrawEllipse( _
   ByVal pen As Pen, _
   ByVal brush As Brush, _
   ByVal cx As Single, _
   ByVal cy As Single, _
   ByVal rx As Single, _
   ByVal ry As Single _
) 
public void DrawEllipse( 
   Pen pen,
   Brush brush,
   float cx,
   float cy,
   float rx,
   float ry
)

Parameters

pen
The pen with which to draw the ellipse
brush
The brush with which to draw the ellipse
cx
The x coordinate of the center of the ellipse
cy
The y coordinate of the center of the ellipse
rx
The x radius of the ellipse
ry
The y radius of the ellipse
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoPdfGenerator Class
GoPdfGenerator Members
Overload List

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback