GoDiagram Win Reference
DrawRoundedRectangle(Pen,Brush,RectangleF,SizeF) Method

The pen with which to draw the rounded rectangle
The brush with which to draw the rounded rectangle
The rectangle to draw
A SizeF object containing the x and y radii of the rounded corners
Draws a rectangle with rounded corners.
Syntax
'Declaration
 
Public Overloads Sub DrawRoundedRectangle( _
   ByVal pen As Pen, _
   ByVal brush As Brush, _
   ByVal rect As RectangleF, _
   ByVal corner As SizeF _
) 
public void DrawRoundedRectangle( 
   Pen pen,
   Brush brush,
   RectangleF rect,
   SizeF corner
)

Parameters

pen
The pen with which to draw the rounded rectangle
brush
The brush with which to draw the rounded rectangle
rect
The rectangle to draw
corner
A SizeF object containing the x and y radii of the rounded corners
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