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