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


In This Topic
    PaintRectangle Method (NUIRenderer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub PaintRectangle( _
       ByVal g As System.Drawing.Graphics, _
       ByVal rect As NRectangle, _
       ByVal fill As NFillInfo, _
       ByVal stroke As NStrokeInfo _
    ) 
    'Usage
     
    
    Dim g As System.Drawing.Graphics
    Dim rect As NRectangle
    Dim fill As NFillInfo
    Dim stroke As NStrokeInfo
     
    NUIRenderer.PaintRectangle(g, rect, fill, stroke)
    public static void PaintRectangle( 
       System.Drawing.Graphics g,
       NRectangle rect,
       NFillInfo fill,
       NStrokeInfo stroke
    )

    Parameters

    g
    rect
    fill
    stroke
    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