点击或拖拽改变大小

SoftPaintingGetGraphicFromArray 方法 (Int32, Int32, Int32, Int32, Color)

获取一个直方图

命名空间:  HslCommunication.BasicFramework
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static Bitmap GetGraphicFromArray(
	int[] array,
	int width,
	int height,
	int degree,
	Color lineColor
)

参数

array
类型:SystemInt32
数据数组
width
类型:SystemInt32
宽度
height
类型:SystemInt32
高度
degree
类型:SystemInt32
刻度划分等级
lineColor
类型:System.DrawingColor
线条颜色

返回值

类型:Bitmap

[缺少 "M:HslCommunication.BasicFramework.SoftPainting.GetGraphicFromArray(System.Int32[],System.Int32,System.Int32,System.Int32,System.Drawing.Color)" 的 <returns> 文档]

参见