Class WmfStretchDib
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
The wmf Stretch DIB objetc.
public class WmfStretchDib : WmfObject
- Inheritance
-
WmfStretchDib
- Inherited Members
Constructors
WmfStretchDib()
public WmfStretchDib()
Properties
ColorUsage
Gets or sets the color usage.
public WmfColorUsageEnum ColorUsage { get; set; }
Property Value
- WmfColorUsageEnum
The Colors field of the DIB contains explicit RGB values or indexes into a palette. This value MUST be in the ColorUsage
Enumeration (section 2.1.1.6).
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.