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


In This Topic
    Fill Method (NUIRenderer)
    In This Topic
    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)
    public static void Fill( 
       System.Drawing.Graphics g,
       System.Drawing.Rectangle r,
       System.float angle,
       System.Drawing.Color c1,
       System.Drawing.Color c2,
       BlendStyle blend,
       RoundingStyle 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