WmfDibBitBlt

WmfDibBitBlt class

The META_DIBBITBLT record specifies the transfer of a block of pixels in device-independent format according to a raster operation.

public class WmfDibBitBlt : WmfObject

Constructors

NameDescription
WmfDibBitBlt()The default constructor.

Properties

NameDescription
DstPos { get; set; }Gets or sets the DST position.
Height { get; set; }Gets or sets the height.
RasterOperation { get; set; }Gets or sets the raster operation.
Reserved { get; set; }Gets or sets the reserved.
Source { get; set; }Gets or sets the source.
SrcPos { get; set; }Gets or sets the source position.
Width { get; set; }Gets or sets the width.

See Also