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


DrawInteractiveBorder Method
Syntax
'Declaration
 
Public Shared Sub DrawInteractiveBorder( _
   ByVal g As System.Drawing.Graphics, _
   ByVal style As BorderStyle3D, _
   ByVal r As System.Drawing.Rectangle, _
   ByVal back As System.Drawing.Color, _
   ByVal baseColor As System.Drawing.Color, _
   ByVal border As System.Drawing.Color, _
   ByVal hot As System.Boolean _
) 
 
'Usage
 
Dim g As System.Drawing.Graphics
Dim style As BorderStyle3D
Dim r As System.Drawing.Rectangle
Dim back As System.Drawing.Color
Dim baseColor As System.Drawing.Color
Dim border As System.Drawing.Color
Dim hot As System.Boolean
 
NUIRenderer.DrawInteractiveBorder(g, style, r, back, baseColor, border, hot)

Parameters

g
style
r
back
baseColor
border
hot
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