Nevron.Diagram.WinForm Namespace / NViewSmartPaintService Class / InvalidateSceneInfiniteLine Method


In This Topic
    InvalidateSceneInfiniteLine Method (NViewSmartPaintService)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub InvalidateSceneInfiniteLine( _
       ByVal sceneCoordinate As System.Single, _
       ByVal horizontal As System.Boolean, _
       ByVal worldInflate As System.Single _
    ) 
    'Usage
     
    
    Dim instance As NViewSmartPaintService
    Dim sceneCoordinate As System.Single
    Dim horizontal As System.Boolean
    Dim worldInflate As System.Single
     
    instance.InvalidateSceneInfiniteLine(sceneCoordinate, horizontal, worldInflate)
    public override void InvalidateSceneInfiniteLine( 
       System.float sceneCoordinate,
       System.bool horizontal,
       System.float worldInflate
    )

    Parameters

    sceneCoordinate
    horizontal
    worldInflate
    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