Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIRenderer Class / DrawSizeGrip Method


In This Topic
    DrawSizeGrip Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub DrawSizeGrip( _
       ByVal g As System.Drawing.Graphics, _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal back As System.Drawing.Color, _
       ByVal style As GripperStyle _
    ) 
    'Usage
     
    
    Dim g As System.Drawing.Graphics
    Dim bounds As System.Drawing.Rectangle
    Dim back As System.Drawing.Color
    Dim style As GripperStyle
     
    NUIRenderer.DrawSizeGrip(g, bounds, back, style)
    public static void DrawSizeGrip( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle bounds,
       System.Drawing.Color back,
       GripperStyle style
    )

    Parameters

    g
    bounds
    back
    style
    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