Nevron.Diagram Namespace / NDocumentSmartPaintService Class / InvalidateScenePoint Method


In This Topic
    InvalidateScenePoint Method (NDocumentSmartPaintService)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub InvalidateScenePoint( _
       ByVal scenePoint As NPointF, _
       ByVal deviceSize As NSizeF _
    ) 
    'Usage
     
    
    Dim instance As NDocumentSmartPaintService
    Dim scenePoint As NPointF
    Dim deviceSize As NSizeF
     
    instance.InvalidateScenePoint(scenePoint, deviceSize)
    public override void InvalidateScenePoint( 
       NPointF scenePoint,
       NSizeF deviceSize
    )

    Parameters

    scenePoint
    deviceSize
    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