Nevron.UI.WinForm.Controls Namespace / NSkinPainter Class / PaintBackground Method


PaintBackground Method (NSkinPainter)
Syntax
'Declaration
 
Public Overridable Sub PaintBackground( _
   ByVal g As System.Drawing.Graphics, _
   ByVal state As NSkinState, _
   ByVal back As NRectangle, _
   ByVal glyph As NRectangle _
) 
 
'Usage
 
Dim instance As NSkinPainter
Dim g As System.Drawing.Graphics
Dim state As NSkinState
Dim back As NRectangle
Dim glyph As NRectangle
 
instance.PaintBackground(g, state, back, glyph)

Parameters

g
state
back
glyph
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