Nevron .NET Vision
Nevron.UI Namespace / NGlyphRenderer Class / DrawRadioGlyph Method


In This Topic
    DrawRadioGlyph Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub DrawRadioGlyph( _
       ByVal g As System.Drawing.Graphics, _
       ByVal bounds As NRectangle, _
       ByVal fill As System.Drawing.Color, _
       ByVal checkFill As System.Drawing.Color, _
       ByVal border As System.Drawing.Color, _
       ByVal check As System.Boolean _
    ) 
    'Usage
     
    
    Dim g As System.Drawing.Graphics
    Dim bounds As NRectangle
    Dim fill As System.Drawing.Color
    Dim checkFill As System.Drawing.Color
    Dim border As System.Drawing.Color
    Dim check As System.Boolean
     
    NGlyphRenderer.DrawRadioGlyph(g, bounds, fill, checkFill, border, check)
    public static void DrawRadioGlyph( 
       System.Drawing.Graphics g,
       NRectangle bounds,
       System.Drawing.Color fill,
       System.Drawing.Color checkFill,
       System.Drawing.Color border,
       System.bool check
    )

    Parameters

    g
    bounds
    fill
    checkFill
    border
    check
    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