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


In This Topic
    DrawTransparentBackground Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub DrawTransparentBackground( _
       ByVal g As System.Drawing.Graphics, _
       ByVal parent As System.Windows.Forms.Control, _
       ByVal child As System.Windows.Forms.Control, _
       ByVal clip As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim g As System.Drawing.Graphics
    Dim parent As System.Windows.Forms.Control
    Dim child As System.Windows.Forms.Control
    Dim clip As System.Drawing.Rectangle
     
    NUIRenderer.DrawTransparentBackground(g, parent, child, clip)
    public static void DrawTransparentBackground( 
       System.Drawing.Graphics g,
       System.Windows.Forms.Control parent,
       System.Windows.Forms.Control child,
       System.Drawing.Rectangle clip
    )

    Parameters

    g
    parent
    child
    clip
    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