Nevron.UI.WinForm.Controls Namespace / NUIRenderer Class / Draw Method


Draw Method (NUIRenderer)
Syntax
'Declaration
 
Public Shared Sub Draw( _
   ByVal g As System.Drawing.Graphics, _
   ByVal r As System.Drawing.Rectangle, _
   ByVal c1 As System.Drawing.Color, _
   ByVal c2 As System.Drawing.Color, _
   ByVal roundingStyle As RoundingStyle, _
   ByVal secondary As System.Boolean _
) 
 
'Usage
 
Dim g As System.Drawing.Graphics
Dim r As System.Drawing.Rectangle
Dim c1 As System.Drawing.Color
Dim c2 As System.Drawing.Color
Dim roundingStyle As RoundingStyle
Dim secondary As System.Boolean
 
NUIRenderer.Draw(g, r, c1, c2, roundingStyle, secondary)

Parameters

g
r
c1
c2
roundingStyle
secondary
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