Class WmfStretchBlt
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The META_STRETCHBLT record specifies the transfer of a block of pixels according to a raster operation, with possible expansion or contraction.
public class WmfStretchBlt : WmfObject
- Inheritance
-
WmfStretchBlt
- Derived
- Inherited Members
Constructors
WmfStretchBlt()
public WmfStretchBlt()
Properties
Bitmap
Gets or sets the bitmap.
public WmfBitmap16 Bitmap { get; set; }
Property Value
- WmfBitmap16
The bitmap.
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.
DstPosition
Gets or sets the DST position.
public Point DstPosition { get; set; }
Property Value
- Point
The DST position.
RasterOperation
Gets or sets the raster operation.
public WmfTernaryRasterOperation RasterOperation { get; set; }
Property Value
- WmfTernaryRasterOperation
The source pixels, 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
Reserved
Gets or sets the reserved.
public short Reserved { get; set; }
Property Value
- short
The reserved.This field MUST be ignored.
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.
SrcPosition
Gets or sets the source position.
public Point SrcPosition { get; set; }
Property Value
- Point
The source position.
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.