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

The pen with which to draw the ellipse
The brush with which to draw the ellipse
The rectangle bounding the ellipse
Draws an ellipse.
Syntax
'Declaration
 
Public Overloads Sub DrawEllipse( _
   ByVal pen As Pen, _
   ByVal brush As Brush, _
   ByVal rect As RectangleF _
) 
public void DrawEllipse( 
   Pen pen,
   Brush brush,
   RectangleF rect
)

Parameters

pen
The pen with which to draw the ellipse
brush
The brush with which to draw the ellipse
rect
The rectangle bounding 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