WmfStretchDib

WmfStretchDib class

The wmf Stretch DIB objetc.

public class WmfStretchDib : WmfObject

Constructors

NameDescription
WmfStretchDib()The default constructor.

Properties

NameDescription
ColorUsage { get; set; }Gets or sets the color usage.
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