Class WmfDibStrechBlt
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
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
- Inheritance
-
WmfDibStrechBlt
- Inherited Members
Constructors
WmfDibStrechBlt()
public WmfDibStrechBlt()
Properties
DestHeight
Gets or sets the height of the dest.
public short DestHeight { get; set; }
Property Value
- short
The height, in logical units, of the destination rectangle.
DestWidth
Gets or sets the width of the dest.
public short DestWidth { get; set; }
Property Value
- short
The width, in logical units, of the destination rectangle.
RasterOperation
Gets or sets the raster operation.
public WmfTernaryRasterOperation RasterOperation { get; set; }
Property Value
- WmfTernaryRasterOperation
The current brush in the playback device context, and the destination pixels are to be combined to form the new image. This code MUST be one of the values in the Ternary Raster Operation Enumeration (section 2.1.1.31).
SourceBitmap
Gets or sets the source bitmap.
public WmfDeviceIndependentBitmap SourceBitmap { get; set; }
Property Value
- WmfDeviceIndependentBitmap
The source bitmap.
SrcHeight
Gets or sets the height of the source.
public short SrcHeight { get; set; }
Property Value
- short
The height, in logical units, of the source rectangle.
SrcWidth
Gets or sets the width of the source.
public short SrcWidth { get; set; }
Property Value
- short
The width, in logical units, of the source rectangle
XDest
Gets or sets the x dest.
public short XDest { get; set; }
Property Value
- short
The x-coordinate, in logical units, of the upper-left corner of the destination rectangle.
XSrc
Gets or sets the x source.
public short XSrc { get; set; }
Property Value
- short
The x-coordinate, in logical units, of the upper-left corner of the source rectangle.
YDest
Gets or sets the y dest.
public short YDest { get; set; }
Property Value
- short
The y-coordinate, in logical units, of the upper-left corner of the destination rectangle.
YSrc
Gets or sets the y source.
public short YSrc { get; set; }
Property Value
- short
The y-coordinate, in logical units, of the upper-left corner of the source rectangle.