Nevron .NET Vision
Nevron.GraphicsCore.Shapes Namespace / IN2DShape Interface / Paint Method


In This Topic
    Paint Method (IN2DShape)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub Paint( _
       ByVal device As IN2DDevice, _
       ByVal bounds As NRectangleF _
    ) 
    'Usage
     
    
    Dim instance As IN2DShape
    Dim device As IN2DDevice
    Dim bounds As NRectangleF
     
    instance.Paint(device, bounds)
    void Paint( 
       IN2DDevice device,
       NRectangleF bounds
    )

    Parameters

    device
    bounds
    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