Xceed SmartUI for WinForms v3.6 Documentation
DrawSizeGrip Method


Xceed.SmartUI.v3.6 Assembly > Xceed.SmartUI Namespace > SmartPaint Class : DrawSizeGrip Method
A System.Drawing.Rectangle structure representing the rectangle for which to draw the size grip.
A System.Drawing.Color structure representing the background color of the size grip.
Draws a size grip for the specified rectangle.
Syntax
'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)
public void DrawSizeGrip( 
   Rectangle rectangle,
   Color 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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SmartPaint Class
SmartPaint Members