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

The pen with which to draw the rounded rectangle
The brush with which to draw the rounded rectangle
The x coordinate of the top left corner of the rectangle
The y coordinate of the top left corner of the rectangle
The width of the rectangle
The height of the rectangle
The x radius of the corners
The y radius of the corners
Draws a rectangle with rounded corners.
Syntax
'Declaration
 
Public Overloads Sub DrawRoundedRectangle( _
   ByVal pen As Pen, _
   ByVal brush As Brush, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal w As Single, _
   ByVal h As Single, _
   ByVal rx As Single, _
   ByVal ry As Single _
) 
public void DrawRoundedRectangle( 
   Pen pen,
   Brush brush,
   float x,
   float y,
   float w,
   float h,
   float rx,
   float ry
)

Parameters

pen
The pen with which to draw the rounded rectangle
brush
The brush with which to draw the rounded rectangle
x
The x coordinate of the top left corner of the rectangle
y
The y coordinate of the top left corner of the rectangle
w
The width of the rectangle
h
The height of the rectangle
rx
The x radius of the corners
ry
The y radius of the 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