DrawRoundRectDoubleLine Method (PageDoubleLineExtensions)
In This Topic
Draws the double-lined round rect.
Syntax
'Declaration
Public Shared Sub DrawRoundRectDoubleLine( _
ByVal As DrawCanvas, _
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(
DrawCanvas ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
float ,
float
)
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