Nevron.UI.WinForm.Controls Namespace / NButtonRenderer Class / FillRoundRect Method


FillRoundRect Method
Syntax
'Declaration
 
Protected Overridable Sub FillRoundRect( _
   ByVal g As System.Drawing.Graphics, _
   ByVal brush As System.Drawing.Brush, _
   ByVal r As System.Drawing.Rectangle, _
   ByVal radius As System.Single _
) 
 
'Usage
 
Dim instance As NButtonRenderer
Dim g As System.Drawing.Graphics
Dim brush As System.Drawing.Brush
Dim r As System.Drawing.Rectangle
Dim radius As System.Single
 
instance.FillRoundRect(g, brush, r, radius)

Parameters

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