 | ControlHelperComputePaintLocationY 方法 (Single, Single, Single, Single) |
Sweet 开发框架
Computes the paint location y.
命名空间:
SweetUI.Factory
程序集:
SweetUI.Factory (在 SweetUI.Factory.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public static float ComputePaintLocationY(
float max,
float min,
float height,
float value
)
Public Shared Function ComputePaintLocationY (
max As Single,
min As Single,
height As Single,
value As Single
) As Single
static member ComputePaintLocationY :
max : float32 *
min : float32 *
height : float32 *
value : float32 -> float32
参数
- max
- 类型:SystemSingle
The maximum. - min
- 类型:SystemSingle
The minimum. - height
- 类型:SystemSingle
The height. - value
- 类型:SystemSingle
The value.
返回值
类型:
SingleSystem.Single.
参见