Class BitmapInfo

BitmapInfo 类

包含像素数组和位图信息的对象。

public class BitmapInfo

构造函数

名称描述
BitmapInfo(byte[], int, int, PixelFormat)创建类的新实例。

属性

名称描述
Format { get; }获取位图的像素格式。
Height { get; }获取位图的高度。
PixelBytes { get; }获取像素数组。
Width { get; }获取位图的宽度。

另请参阅