Nevron .NET Vision
Nevron.Diagram.Extensions Namespace / NCanvas Class / Paint Method


In This Topic
    Paint Method (NCanvas)
    In This Topic
    Paints the document to the specified device
    Syntax
    'Declaration
     
    
    Public Overridable Function Paint( _
       ByVal device As IN2DDevice, _
       ByVal reason As PaintReason _
    ) As NRenderingContext
    'Usage
     
    
    Dim instance As NCanvas
    Dim device As IN2DDevice
    Dim reason As PaintReason
    Dim value As NRenderingContext
     
    value = instance.Paint(device, reason)
    public virtual NRenderingContext Paint( 
       IN2DDevice device,
       PaintReason reason
    )

    Parameters

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