Nevron .NET Vision
Nevron.Diagram Namespace / NLayer Class / Paint Method
Paint context to use.


In This Topic
    Paint Method (NLayer)
    In This Topic
    Paints the layer in the specified context.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Paint( _
       ByVal context As NPaintContext _
    ) 
    'Usage
     
    
    Dim instance As NLayer
    Dim context As NPaintContext
     
    instance.Paint(context)
    public virtual void Paint( 
       NPaintContext context
    )

    Parameters

    context
    Paint context to use.
    Remarks
    This implementation will simply delegate the call to all INPaintable children.
    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