EmfSelectPalette

EmfSelectPalette class

The EMR_SELECTPALETTE record specifies a logical palette for the playback device context.

public sealed class EmfSelectPalette : EmfObjectManipulationRecordType

Constructors

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

Properties

NameDescription
IhPal { get; set; }Gets or sets a 32-bit unsigned integer that specifies either the index of a LogPalette object (section 2.2.17) in the EMF Object Table or the value DEFAULT_PALETTE, which is the index of a stock object palette from the StockObject enumeration (section 2.1.31).
Size { get; set; }Gets or sets the size of the record
Type { get; set; }Gets or sets the type.

See Also