SoftPaintingComputePaintLocationY 方法 (Int32, Int32, Int32, Int32) |
计算绘图时的相对偏移值
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.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
public:
static float ComputePaintLocationY(
int max,
int min,
int height,
int value
)
static member ComputePaintLocationY :
max : int *
min : int *
height : int *
value : int -> float32
参数
- max
- 类型:SystemInt32
0-100分的最大值,就是指准备绘制的最大值 - min
- 类型:SystemInt32
0-100分的最小值,就是指准备绘制的最小值 - height
- 类型:SystemInt32
实际绘图区域的高度 - value
- 类型:SystemInt32
需要绘制数据的当前值
返回值
类型:
Single相对于0的位置,还需要增加上面的偏值
参见