WmfBitmapCoreHeader 类

Summary: The BitmapCoreHeader Object contains information about the dimensions
and color format of a device-independent bitmap(DIB).

Module: aspose.imaging.fileformats.wmf.objects

Full Name: aspose.imaging.fileformats.wmf.objects.WmfBitmapCoreHeader

Inheritance: WmfBitmapBaseHeader

Constructors

Name描述
WmfBitmapCoreHeader()初始化 WmfBitmapCoreHeader 类的新实例

Properties

NameTypeAccess描述
bit_countDibBitCountr/w获取或设置一个 16 位无符号整数,定义每个像素的格式
以及 DIB 中的最大颜色数。此值
必须位于 WmfBitmapBaseHeader.bit_count 枚举中(第 2.1.1.3 节)。
header_sizeintr/w获取或设置一个 32 位无符号整数,定义此
对象的大小(字节)。
heightintr/w获取或设置一个 16 位无符号整数,定义 DIB 的
None(以像素为单位)。
planesintr/w获取或设置一个 16 位无符号整数,定义目标设备的
None 数量。此值必须为
0x0001。
widthintr/w获取或设置一个 16 位无符号整数,定义 DIB 的
None(以像素为单位)。

Constructor: WmfBitmapCoreHeader()

 WmfBitmapCoreHeader() 

初始化 WmfBitmapCoreHeader 类的新实例