WmfBitBlt

WmfBitBlt class

The META_BITBLT record specifies the transfer of a block of pixels according to a raster operation. The destination of the transfer is the current output region in the playback device context.

public class WmfBitBlt : WmfStretchBlt

Constructors

NameDescription
WmfBitBlt()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