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


Paint Method (NCanvas)
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)

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