Nevron.UI.WinForm.Controls Namespace / NUIRenderer Class / FillHover Method / FillHover(Graphics,NPalette,Rectangle,Single) Method


FillHover(Graphics,NPalette,Rectangle,Single) Method
Syntax
'Declaration
 
Public Overloads Shared Sub FillHover( _
   ByVal g As System.Drawing.Graphics, _
   ByVal palette As NPalette, _
   ByVal bounds As System.Drawing.Rectangle, _
   ByVal angle As System.Single _
) 
 
'Usage
 
Dim g As System.Drawing.Graphics
Dim palette As NPalette
Dim bounds As System.Drawing.Rectangle
Dim angle As System.Single
 
NUIRenderer.FillHover(g, palette, bounds, angle)

Parameters

g
palette
bounds
angle
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