 | ControlHelperComputePaintLocationY 方法 (Int32, Int32, Int32, Int32) |
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(
int max,
int min,
int height,
int value
)
Public Shared Function ComputePaintLocationY (
max As Integer,
min As Integer,
height As Integer,
value As Integer
) As Single
static member ComputePaintLocationY :
max : int *
min : int *
height : int *
value : int -> float32
参数
- max
- 类型:SystemInt32
The maximum. - min
- 类型:SystemInt32
The minimum. - height
- 类型:SystemInt32
The height. - value
- 类型:SystemInt32
The value.
返回值
类型:
SingleSystem.Single.
参见