public final class EmfResizePalette extends EmfObjectManipulationRecordType
The EMR_RESIZEPALETTE record increases or decreases the size of an existing LogPalette object (section 2.2.17).
The new size of the LogPalette object MUST be reflected in the NumberOfEntries field in that structure.
Constructor and Description |
---|
EmfResizePalette(EmfRecord source)
Initializes a new instance of the
EmfResizePalette class. |
Modifier and Type | Method and Description |
---|---|
int |
getIhPal()
Gets or sets a 32-bit unsigned integer that specifies the index of the palette object in the
EMF Object Table (section 3.1.1.1).
|
void |
setIhPal(int value)
Gets or sets a 32-bit unsigned integer that specifies the index of the palette object in the
EMF Object Table (section 3.1.1.1).
|
public EmfResizePalette(EmfRecord source)
Initializes a new instance of the EmfResizePalette
class.
source
- The source.public int getIhPal()
Gets or sets a 32-bit unsigned integer that specifies the index of the palette object in the EMF Object Table (section 3.1.1.1).
public void setIhPal(int value)
Gets or sets a 32-bit unsigned integer that specifies the index of the palette object in the EMF Object Table (section 3.1.1.1).