WmfStretchBlt

WmfStretchBlt class

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

Constructors

NameDescription
WmfStretchBlt()The default constructor.

Properties

NameDescription
Bitmap { get; set; }Gets or sets the bitmap.
DestHeight { get; set; }Gets or sets the height of the dest.
DestWidth { get; set; }Gets or sets the width of the dest.
DstPosition { get; set; }Gets or sets the DST position.
RasterOperation { get; set; }Gets or sets the raster operation.
Reserved { get; set; }Gets or sets the reserved.
SrcHeight { get; set; }Gets or sets the height of the source.
SrcPosition { get; set; }Gets or sets the source position.
SrcWidth { get; set; }Gets or sets the width of the source.

See Also