Nevron .NET Vision
Nevron.Chart Namespace / NScaleRuler Class / GetScaleAndOffset Method


In This Topic
    GetScaleAndOffset Method
    In This Topic
    Gets the scale and offset of the ruler
    Syntax
    'Declaration
     
    
    Public Function GetScaleAndOffset( _
       ByRef scale As System.Double, _
       ByRef offset As System.Double _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NScaleRuler
    Dim scale As System.Double
    Dim offset As System.Double
    Dim value As System.Boolean
     
    value = instance.GetScaleAndOffset(scale, offset)
    public System.bool GetScaleAndOffset( 
       out System.double scale,
       out System.double offset
    )

    Parameters

    scale
    offset
    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