Nevron .NET Vision
Nevron.Diagram Namespace / INViewSmartPaintBridge Interface / InvalidateDocumentInfiniteLine Method
coordinate of the line
true of the line is horizontal, false if it is vertical
inflate in world cooordinates


In This Topic
    InvalidateDocumentInfiniteLine Method (INViewSmartPaintBridge)
    In This Topic
    Called by the document smart paint service to invalidate an infinite vertical or horizontal line
    Syntax
    'Declaration
     
    
    Sub InvalidateDocumentInfiniteLine( _
       ByVal sceneCoordinate As System.Single, _
       ByVal horizontal As System.Boolean, _
       ByVal worldInflate As System.Single _
    ) 
    'Usage
     
    
    Dim instance As INViewSmartPaintBridge
    Dim sceneCoordinate As System.Single
    Dim horizontal As System.Boolean
    Dim worldInflate As System.Single
     
    instance.InvalidateDocumentInfiniteLine(sceneCoordinate, horizontal, worldInflate)
    void InvalidateDocumentInfiniteLine( 
       System.float sceneCoordinate,
       System.bool horizontal,
       System.float worldInflate
    )

    Parameters

    sceneCoordinate
    coordinate of the line
    horizontal
    true of the line is horizontal, false if it is vertical
    worldInflate
    inflate 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