Visual Basic (Declaration) | |
---|---|
Public Overloads Sub GetColors( _ ByVal toColor As Color, _ ByVal fromColor As Color, _ ByVal outOfRangeColor As Color, _ ByVal scaleMin As Double, _ ByVal scaleMax As Double _ ) |
Visual Basic (Usage) | ![]() |
---|---|
|
C# | |
---|---|
public void GetColors( Color toColor, Color fromColor, Color outOfRangeColor, double scaleMin, double scaleMax ) |
Parameters
- toColor
- To color.
- fromColor
- From color.
- outOfRangeColor
- Color of the out of range.
- scaleMin
- The scale min.
- scaleMax
- The scale max.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family