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


Fill Method (NUIRenderer)
Syntax
'Declaration
 
Public Shared Sub Fill( _
   ByVal g As System.Drawing.Graphics, _
   ByVal r As System.Drawing.Rectangle, _
   ByVal angle As System.Single, _
   ByVal c1 As System.Drawing.Color, _
   ByVal c2 As System.Drawing.Color, _
   ByVal blend As BlendStyle, _
   ByVal roundingStyle As RoundingStyle _
) 
 
'Usage
 
Dim g As System.Drawing.Graphics
Dim r As System.Drawing.Rectangle
Dim angle As System.Single
Dim c1 As System.Drawing.Color
Dim c2 As System.Drawing.Color
Dim blend As BlendStyle
Dim roundingStyle As RoundingStyle
 
NUIRenderer.Fill(g, r, angle, c1, c2, blend, roundingStyle)

Parameters

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