Nevron .NET Vision
Nevron.GraphicsCore.Shapes Namespace / NRectangleShape Class / Paint Method / Paint(N2DPainter,NRectangleF) Method


In This Topic
    Paint(N2DPainter,NRectangleF) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Paint( _
       ByVal painter As N2DPainter, _
       ByVal rect As NRectangleF _
    ) 
    'Usage
     
    
    Dim painter As N2DPainter
    Dim rect As NRectangleF
     
    NRectangleShape.Paint(painter, rect)
    public static void Paint( 
       N2DPainter painter,
       NRectangleF rect
    )

    Parameters

    painter
    rect
    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