Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NRangeSlider Class / ComputeHAxisXandWidth Method


In This Topic
    ComputeHAxisXandWidth Method (NRangeSlider)
    In This Topic
    Computes the X coordinate and the width of the axis when the slider is oriented horizontally.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ComputeHAxisXandWidth( _
       ByVal ca As NRectangle, _
       ByRef axisX As System.Double, _
       ByRef axisWidth As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NRangeSlider
    Dim ca As NRectangle
    Dim axisX As System.Double
    Dim axisWidth As System.Double
     
    instance.ComputeHAxisXandWidth(ca, axisX, axisWidth)
    protected override void ComputeHAxisXandWidth( 
       NRectangle ca,
       out System.double axisX,
       out System.double axisWidth
    )

    Parameters

    ca
    axisX
    axisWidth
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also