'Declaration Public Sub DrawSizeGrip( _ ByVal rectangle As Rectangle, _ ByVal backColor As Color _ )
'Usage Dim instance As SmartPaint Dim rectangle As Rectangle Dim backColor As Color instance.DrawSizeGrip(rectangle, backColor)
Parameters
- rectangle
- A System.Drawing.Rectangle structure representing the rectangle for which to draw the size grip.
- backColor
- A System.Drawing.Color structure representing the background color of the size grip.