WmfBitBlt 类
内容
[
隐藏
]Summary: The META_BITBLT record specifies the transfer of a block of pixels
according to a raster operation. The destination of the transfer is the
current output region in the playback device context.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfBitBlt
Inheritance: WmfStretchBlt
Constructors
| Name | 描述 |
|---|---|
| WmfBitBlt() | 初始化 WmfBitBlt 类的新实例 |
Properties
| Name | Type | Access | 描述 |
|---|---|---|---|
| bitmap | WmfBitmap16 | r/w | 获取或设置位图。 |
| dest_height | int | r/w | 获取或设置 dest 的高度。 |
| dest_width | int | r/w | 获取或设置 dest 的宽度。 |
| dst_position | Point | r/w | 获取或设置 DST 位置。 |
| raster_operation | WmfTernaryRasterOperation | r/w | 获取或设置光栅操作。 |
| 保留 | int | r/w | 获取或设置保留。 |
| src_height | int | r/w | 获取或设置 source 的高度。 |
| src_position | Point | r/w | 获取或设置源位置。 |
| src_width | int | r/w | 获取或设置 source 的宽度。 |
Constructor: WmfBitBlt()
WmfBitBlt()
初始化 WmfBitBlt 类的新实例