MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / PageDoubleLineExtensions Class / DrawRoundRectDoubleLine Method
The canvas where the rect will be drawn.
The left coordinate of the rect.
The top coordinate of the rect.
The width of the rect.
The height of the rect.
Top Left edge of the rect.
Top Right edge of the rect.
Bottom Left edge of the rect.
Bottom Right Edge of the rect.
Parameter to specify when we should fail back to old round rect with equals corners

In This Topic
DrawRoundRectDoubleLine Method (PageDoubleLineExtensions)
In This Topic
Draws the double-lined round rect.
Syntax
'Declaration
 
Public Shared Sub DrawRoundRectDoubleLine( _
   ByVal canvas As DrawCanvas, _
   ByVal left As Single, _
   ByVal top As Single, _
   ByVal width As Single, _
   ByVal height As Single, _
   ByVal topLeftEdge As Single, _
   ByVal topRightEdge As Single, _
   ByVal bottomLeftEdge As Single, _
   ByVal bottomRightEdge As Single, _
   ByVal precision As Single _
) 
 

Parameters

canvas
The canvas where the rect will be drawn.
left
The left coordinate of the rect.
top
The top coordinate of the rect.
width
The width of the rect.
height
The height of the rect.
topLeftEdge
Top Left edge of the rect.
topRightEdge
Top Right edge of the rect.
bottomLeftEdge
Bottom Left edge of the rect.
bottomRightEdge
Bottom Right Edge of the rect.
precision
Parameter to specify when we should fail back to old round rect with equals corners
See Also