Nevron .NET Vision
Nevron.UI Namespace / NReversibleRenderer Class / DrawReversibleRect Method


In This Topic
    DrawReversibleRect Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub DrawReversibleRect( _
       ByVal r As NRectangle, _
       ByVal g As System.Drawing.Graphics _
    ) 
    'Usage
     
    
    Dim r As NRectangle
    Dim g As System.Drawing.Graphics
     
    NReversibleRenderer.DrawReversibleRect(r, g)
    public static void DrawReversibleRect( 
       NRectangle r,
       System.Drawing.Graphics g
    )

    Parameters

    r
    g
    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