Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NLibraryViewSmartPaintService Class / InvalidateDocumentInfiniteLine Method
coordinate in scene coordinates
true if the line is horizontal, false if the line is vertical
inflate in world coordinates


In This Topic
    InvalidateDocumentInfiniteLine Method (NLibraryViewSmartPaintService)
    In This Topic
    Invalidates an infinite horizontal or vertical line with coordinate specified in scene coordinates and width specified in world coordinates
    Syntax
    'Declaration
     
    
    Public Overridable Sub InvalidateDocumentInfiniteLine( _
       ByVal sceneCoordinate As System.Single, _
       ByVal horizontal As System.Boolean, _
       ByVal worldInflate As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NLibraryViewSmartPaintService
    Dim sceneCoordinate As System.Single
    Dim horizontal As System.Boolean
    Dim worldInflate As System.Single
     
    instance.InvalidateDocumentInfiniteLine(sceneCoordinate, horizontal, worldInflate)
    public virtual void InvalidateDocumentInfiniteLine( 
       System.float sceneCoordinate,
       System.bool horizontal,
       System.float worldInflate
    )

    Parameters

    sceneCoordinate
    coordinate in scene coordinates
    horizontal
    true if the line is horizontal, false if the line is vertical
    worldInflate
    inflate in world coordinates
    Remarks
    Called by 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