Nevron.UI Namespace / NTextureRenderer Class / FillRect Method


FillRect Method
Syntax
'Declaration
 
Public Shared Sub FillRect( _
   ByVal g As System.Drawing.Graphics, _
   ByVal r As NRectangle, _
   ByVal brush As System.Drawing.TextureBrush _
) 
 
'Usage
 
Dim g As System.Drawing.Graphics
Dim r As NRectangle
Dim brush As System.Drawing.TextureBrush
 
NTextureRenderer.FillRect(g, r, brush)

Parameters

g
r
brush
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