Class EmfPixelFormat
The EMR_PIXELFORMAT record specifies the pixel format to use for graphics operations.
public sealed class EmfPixelFormat : EmfStateRecordType
Constructors
Name | Description |
---|
EmfPixelFormat(EmfRecord) | Initializes a new instance of the EmfPixelFormat class. |
Properties
Name | Description |
---|
Pfd { get; set; } | Gets or sets a PixelFormatDescriptor object (section 2.2.22) that specifies pixel format data. |
Size { get; set; } | Gets or sets the size of the record |
Type { get; set; } | Gets or sets the type. |
See Also