Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NColorBar Class / PointFromValue Method


In This Topic
    PointFromValue Method (NColorBar)
    In This Topic
    Gets the point corresponding to the given value.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function PointFromValue( _
       ByVal colorBarRectangle As NRectangle, _
       ByVal value As System.Single _
    ) As NPoint
    'Usage
     
    
    Dim instance As NColorBar
    Dim colorBarRectangle As NRectangle
    Dim value As System.Single
    Dim value As NPoint
     
    value = instance.PointFromValue(colorBarRectangle, value)
    protected abstract NPoint PointFromValue( 
       NRectangle colorBarRectangle,
       System.float value
    )

    Parameters

    colorBarRectangle
    value
    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