Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingView Class / NeedsDocumentForegroundPaint Method


In This Topic
    NeedsDocumentForegroundPaint Method (NDrawingView)
    In This Topic
    Determines the need for a document content paint pass
    Syntax
    'Declaration
     
    
    Protected Overrides Function NeedsDocumentForegroundPaint( _
       ByVal context As NViewPaintContext _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NDrawingView
    Dim context As NViewPaintContext
    Dim value As System.Boolean
     
    value = instance.NeedsDocumentForegroundPaint(context)
    protected override System.bool NeedsDocumentForegroundPaint( 
       NViewPaintContext context
    )

    Parameters

    context

    Return Value

    true if document content paint pass is needed, otherwise false
    Remarks
    Overriden to return true if the view is connected to a document, the graphics clip rect intersects with the window
    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