Draws the double line round rect.
Syntax
'Declaration
Public Shared Sub DrawRoundRectDoubleLine( _
ByVal As Page, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single, _
ByVal As Single _
)
public static void DrawRoundRectDoubleLine(
Page ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
float
)
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