Nevron .NET Vision
Nevron.UI Namespace / NGripperRenderer Class / DrawSizingGripper Method


In This Topic
    DrawSizingGripper Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub DrawSizingGripper( _
       ByVal g As System.Drawing.Graphics, _
       ByVal bounds As NRectangle, _
       ByVal back As System.Drawing.Color, _
       ByVal style As GripperStyle, _
       ByVal mode As SizingGripperMode _
    ) 
    'Usage
     
    
    Dim g As System.Drawing.Graphics
    Dim bounds As NRectangle
    Dim back As System.Drawing.Color
    Dim style As GripperStyle
    Dim mode As SizingGripperMode
     
    NGripperRenderer.DrawSizingGripper(g, bounds, back, style, mode)
    public static void DrawSizingGripper( 
       System.Drawing.Graphics g,
       NRectangle bounds,
       System.Drawing.Color back,
       GripperStyle style,
       SizingGripperMode mode
    )

    Parameters

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