Nevron .NET Vision
Nevron.Chart Namespace / NAxisPagingView Class / GetValidBeginAndLength Method


In This Topic
    GetValidBeginAndLength Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetValidBeginAndLength( _
       ByVal range As NRange1DD, _
       ByRef begin As System.Double, _
       ByRef length As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NAxisPagingView
    Dim range As NRange1DD
    Dim begin As System.Double
    Dim length As System.Double
    Dim value As System.Boolean
     
    value = instance.GetValidBeginAndLength(range, begin, length)
    protected System.bool GetValidBeginAndLength( 
       NRange1DD range,
       ref System.double begin,
       ref System.double length
    )

    Parameters

    range
    begin
    length
    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