ActiveReports 13
DrawRoundRect(Single,Single,Single,Single,Single,Single) Method

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > Page Class > DrawRoundRect Method : DrawRoundRect(Single,Single,Single,Single,Single,Single) Method
The left.
The top.
The width.
The height.
Width of the edge.
Height of the edge.
Draws the round rect.
Syntax
'Declaration
 
Public Overloads Sub DrawRoundRect( _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal edgeWidth As Single, _
   ByVal edgeHeight As Single _
) 
public void DrawRoundRect( 
   float left,
   float top,
   float width,
   float height,
   float edgeWidth,
   float edgeHeight
)

Parameters

left
The left.
top
The top.
width
The width.
height
The height.
edgeWidth
Width of the edge.
edgeHeight
Height of the edge.
See Also

Reference

Page Class
Page Members
Overload List