Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / PaintDocumentBackground Method
context in which to paint


In This Topic
    PaintDocumentBackground Method (NDrawingView)
    In This Topic
    Performs the document Background Paint Pass
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PaintDocumentBackground( _
       ByVal context As NPaintContext _
    ) 
    'Usage
     
    
    Dim instance As NDrawingView
    Dim context As NPaintContext
     
    instance.PaintDocumentBackground(context)
    protected override void PaintDocumentBackground( 
       NPaintContext context
    )

    Parameters

    context
    context in which to paint
    Remarks
    Overriden to call the PaintBackground method of the drawing document
    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