ActiveReports 13
DrawRoundRectDoubleLine Method

GrapeCity.ActiveReports.Document Assembly > GrapeCity.ActiveReports.Document.Section Namespace > PageDoubleLineExtensions Class : DrawRoundRectDoubleLine Method
The left.
The top.
The width.
The height.
Top Left edge.
Top Right edge.
Bottom Left edge.
Bottom Right Edge.
Parameter to specify when we should fail back to old round rect with equals corners
Draws the double line round rect.
Syntax
'Declaration
 
Public Shared Sub DrawRoundRectDoubleLine( _
   ByVal page As Page, _
   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 _
) 
public static void DrawRoundRectDoubleLine( 
   Page page,
   float left,
   float top,
   float width,
   float height,
   float topLeftEdge,
   float topRightEdge,
   float bottomLeftEdge,
   float bottomRightEdge,
   float precision
)

Parameters

page
left
The left.
top
The top.
width
The width.
height
The height.
topLeftEdge
Top Left edge.
topRightEdge
Top Right edge.
bottomLeftEdge
Bottom Left edge.
bottomRightEdge
Bottom Right Edge.
precision
Parameter to specify when we should fail back to old round rect with equals corners
See Also

Reference

PageDoubleLineExtensions Class
PageDoubleLineExtensions Members