SoftPaintingGetGraphicFromArray 方法 (Int32, Int32, Int32, Int32, Color) |
获取一个直方图
命名空间:
HslCommunication.BasicFramework
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public static Bitmap GetGraphicFromArray(
int[] array,
int width,
int height,
int degree,
Color lineColor
)
Public Shared Function GetGraphicFromArray (
array As Integer(),
width As Integer,
height As Integer,
degree As Integer,
lineColor As Color
) As Bitmap
public:
static Bitmap^ GetGraphicFromArray(
array<int>^ array,
int width,
int height,
int degree,
Color lineColor
)
static member GetGraphicFromArray :
array : int[] *
width : int *
height : int *
degree : int *
lineColor : Color -> Bitmap
参数
- 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> 文档]
参见