Nevron.UI.WinForm.Controls Namespace / NLayeredWindow Class / PaintWindow Method


In This Topic
    PaintWindow Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Sub PaintWindow( _
       ByVal g As System.Drawing.Graphics, _
       ByVal graphicsBitmap As System.Drawing.Bitmap _
    ) 
    'Usage
     
    
    Dim instance As NLayeredWindow
    Dim g As System.Drawing.Graphics
    Dim graphicsBitmap As System.Drawing.Bitmap
     
    instance.PaintWindow(g, graphicsBitmap)
    protected virtual void PaintWindow( 
       System.Drawing.Graphics g,
       System.Drawing.Bitmap graphicsBitmap
    )

    Parameters

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