WmfStretchBlt 类
Summary: The META_STRETCHBLT record specifies the transfer of a block of pixels
according to a raster operation, with possible expansion or contraction.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfStretchBlt
Inheritance: WmfObject
Constructors
| Name | 描述 |
|---|---|
| WmfStretchBlt() | 初始化 WmfStretchBlt 类的新实例 |
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: WmfStretchBlt()
WmfStretchBlt()
初始化 WmfStretchBlt 类的新实例