WmfDibStrechBlt Class
Contents
[
Hide
]Summary: The META_DIBSTRETCHBLT record specifies the transfer of a block of
pixels in device-independent format according to a raster operation,
with possible expansion or contraction.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfDibStrechBlt
Inheritance: WmfObject
Constructors
| Name | Description |
|---|---|
| WmfDibStrechBlt() | WMFs the record. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| dest_height | int | r/w | Gets or sets the height of the dest. |
| dest_width | int | r/w | Gets or sets the width of the dest. |
| raster_operation | WmfTernaryRasterOperation | r/w | Gets or sets the raster operation. |
| source_bitmap | WmfDeviceIndependentBitmap | r/w | Gets or sets the source bitmap. |
| src_height | int | r/w | Gets or sets the height of the source. |
| src_width | int | r/w | Gets or sets the width of the source. |
| x_dest | int | r/w | Gets or sets the x dest. |
| x_src | int | r/w | Gets or sets the x source. |
| y_dest | int | r/w | Gets or sets the y dest. |
| y_src | int | r/w | Gets or sets the y source. |
Constructor: WmfDibStrechBlt()
WmfDibStrechBlt()
WMFs the record.