'Declaration Public Overridable Function Map( _ ByVal value As Object, _ ByVal mapMinimum As Double, _ ByVal mapMaximum As Double _ ) As Double
public virtual double Map( object value, double mapMinimum, double mapMaximum )
The mapMinimum and mapMaximum parameters are typically pixel or degree values. For example, when mapping on a horizontal linear gauge, mapMinimum would be the leftmost pixel X-coordinate on the axis, whereas mapMaximum would be the rightmost pixel X-coordinate. Or, on a radial gauge, mapMinimum would be the start angle of the gauge, whereas mapMaximum would be the end angle of the same gauge.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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