Class EmfSelectPalette
The EMR_SELECTPALETTE record specifies a logical palette for the playback device context.
public sealed class EmfSelectPalette : EmfObjectManipulationRecordType
- Inheritance
-
EmfSelectPalette
- Inherited Members
Constructors
EmfSelectPalette(EmfRecord)
Initializes a new instance of the EmfSelectPalette class.
public EmfSelectPalette(EmfRecord source)
Parameters
source
EmfRecordThe source.
Properties
IhPal
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).
public int IhPal { get; set; }
Property Value
Remarks
This value MUST NOT be zero or the index of any other stock object.