Class WmfSetDibToDev
Contents
[
Hide
]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
| Name | Description |
|---|---|
| WmfSetDibToDev() | The default constructor. |
Properties
| Name | Description |
|---|---|
| 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
- class WmfObject
- namespace Aspose.Imaging.FileFormats.Wmf.Objects
- assembly Aspose.Imaging