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
| Name | Type | Access | 描述 |
|---|---|---|---|
| bit_count | DibBitCount | r/w | 获取或设置一个 16 位无符号整数,定义每个像素的格式 以及 DIB 中的最大颜色数。此值 必须位于 WmfBitmapBaseHeader.bit_count 枚举中(第 2.1.1.3 节)。 |
| header_size | int | r/w | 获取或设置一个 32 位无符号整数,定义此 对象的大小(字节)。 |
| height | int | r/w | 获取或设置一个 16 位无符号整数,定义 DIB 的 None(以像素为单位)。 |
| planes | int | r/w | 获取或设置一个 16 位无符号整数,定义目标设备的 None 数量。此值必须为 0x0001。 |
| width | int | r/w | 获取或设置一个 16 位无符号整数,定义 DIB 的 None(以像素为单位)。 |
Constructor: WmfBitmapCoreHeader()
WmfBitmapCoreHeader()
初始化 WmfBitmapCoreHeader 类的新实例