WmfSetDibToDev Class
Contents
[
Hide
]Summary: 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.
Module: aspose.imaging.fileformats.wmf.objects
Full Name: aspose.imaging.fileformats.wmf.objects.WmfSetDibToDev
Inheritance: WmfObject
Constructors
Name | Description |
---|---|
WmfSetDibToDev() | Initializes a new instance of the WmfSetDibToDev class |
Properties
Name | Type | Access | Description |
---|---|---|---|
color_usage | WmfColorUsageEnum | r/w | Gets or sets the color usage. |
dest_pos | Point | r/w | Gets or sets the dest position. |
dib | WmfDeviceIndependentBitmap | r/w | Gets or sets the dib. |
dib_pos | Point | r/w | Gets or sets the dib position. |
height | int | r/w | Gets or sets the height. |
scan_count | int | r/w | Gets or sets the scan count. |
start_scan | int | r/w | Gets or sets the start scan. |
width | int | r/w | Gets or sets the width. |
Constructor: WmfSetDibToDev()
WmfSetDibToDev()
Initializes a new instance of the WmfSetDibToDev class