Nevron .NET Vision
Nevron.Diagram Namespace / INViewSmartPaintBridge Interface / InvalidateDocumentScenePoint Method
scene point to invalidate
size of the point in device coordinates


In This Topic
    InvalidateDocumentScenePoint Method (INViewSmartPaintBridge)
    In This Topic
    Called by the document smart paint service to invalidate the specified scene point
    Syntax
    'Declaration
     
    
    Sub InvalidateDocumentScenePoint( _
       ByVal scenePoint As NPointF, _
       ByVal deviceSize As NSizeF _
    ) 
    'Usage
     
    
    Dim instance As INViewSmartPaintBridge
    Dim scenePoint As NPointF
    Dim deviceSize As NSizeF
     
    instance.InvalidateDocumentScenePoint(scenePoint, deviceSize)
    void InvalidateDocumentScenePoint( 
       NPointF scenePoint,
       NSizeF deviceSize
    )

    Parameters

    scenePoint
    scene point to invalidate
    deviceSize
    size of the point in device coordinates
    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