Class WmfDibStrechBlt
Contents
[
Hide
]WmfDibStrechBlt class
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.
public class WmfDibStrechBlt : WmfObject
Constructors
| Name | Description |
|---|---|
| WmfDibStrechBlt() | The default constructor. |
Properties
| Name | Description |
|---|---|
| DestHeight { get; set; } | Gets or sets the height of the dest. |
| DestWidth { get; set; } | Gets or sets the width of the dest. |
| RasterOperation { get; set; } | Gets or sets the raster operation. |
| SourceBitmap { get; set; } | Gets or sets the source bitmap. |
| SrcHeight { get; set; } | Gets or sets the height of the source. |
| SrcWidth { get; set; } | Gets or sets the width of the source. |
| XDest { get; set; } | Gets or sets the x dest. |
| XSrc { get; set; } | Gets or sets the x source. |
| YDest { get; set; } | Gets or sets the y dest. |
| YSrc { get; set; } | Gets or sets the y source. |
See Also
- class WmfObject
- namespace Aspose.Imaging.FileFormats.Wmf.Objects
- assembly Aspose.Imaging