Nevron .NET Vision
Nevron.Diagram Namespace / INViewSmartPaintBridge Interface / InvalidateDocumentSceneRect Method
scene rect to invalidate
inflate of the rect in world cooordinates


In This Topic
    InvalidateDocumentSceneRect Method (INViewSmartPaintBridge)
    In This Topic
    Called by the document smart paint service to invalidate the specified scene rect
    Syntax
    'Declaration
     
    
    Sub InvalidateDocumentSceneRect( _
       ByVal sceneRect As NRectangleF, _
       ByVal worldInflate As NSizeF _
    ) 
    'Usage
     
    
    Dim instance As INViewSmartPaintBridge
    Dim sceneRect As NRectangleF
    Dim worldInflate As NSizeF
     
    instance.InvalidateDocumentSceneRect(sceneRect, worldInflate)
    void InvalidateDocumentSceneRect( 
       NRectangleF sceneRect,
       NSizeF worldInflate
    )

    Parameters

    sceneRect
    scene rect to invalidate
    worldInflate
    inflate of the rect in world cooordinates
    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