Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDrawingViewSmartPaintService Class / InvalidateDocumentSceneRect Method
rectangle in scene coordinates
inflate in world coordinates


In This Topic
    InvalidateDocumentSceneRect Method (NDrawingViewSmartPaintService)
    In This Topic
    Invalidates a rectangle specified in scene coordinates, which has the specified dirty inflate in world coordinates
    Syntax
    'Declaration
     
    
    Public Overridable Sub InvalidateDocumentSceneRect( _
       ByVal sceneRect As NRectangleF, _
       ByVal worldInflate As NSizeF _
    ) 
    'Usage
     
    
    Dim instance As NDrawingViewSmartPaintService
    Dim sceneRect As NRectangleF
    Dim worldInflate As NSizeF
     
    instance.InvalidateDocumentSceneRect(sceneRect, worldInflate)
    public virtual void InvalidateDocumentSceneRect( 
       NRectangleF sceneRect,
       NSizeF worldInflate
    )

    Parameters

    sceneRect
    rectangle in scene coordinates
    worldInflate
    inflate in world coordinates
    Remarks
    Called by the document nodes
    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