EmfPixelFormat

EmfPixelFormat class

The EMR_PIXELFORMAT record specifies the pixel format to use for graphics operations.

public sealed class EmfPixelFormat : EmfStateRecordType

Constructors

NameDescription
EmfPixelFormat(EmfRecord)Initializes a new instance of the EmfPixelFormat class.

Properties

NameDescription
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