WmfSetDibToDev

WmfSetDibToDev class

The META_SETDIBTODEV record sets a block of pixels in the playback device context using device-independent color data. The source of the color data is a DIB.

public class WmfSetDibToDev : WmfObject

Constructors

NameDescription
WmfSetDibToDev()The default constructor.

Properties

NameDescription
ColorUsage { get; set; }Gets or sets the color usage.
DestPos { get; set; }Gets or sets the dest position.
Dib { get; set; }Gets or sets the dib.
DibPos { get; set; }Gets or sets the dib position.
Height { get; set; }Gets or sets the height.
ScanCount { get; set; }Gets or sets the scan count.
StartScan { get; set; }Gets or sets the start scan.
Width { get; set; }Gets or sets the width.

See Also