EmfRealizePalette
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.emf.MetaObject, com.aspose.imaging.fileformats.emf.emf.records.EmfRecord, com.aspose.imaging.fileformats.emf.emf.records.EmfStateRecordType
public final class EmfRealizePalette extends EmfStateRecordType
This record maps palette entries from the current LogPalette object (section 2.2.17) to the system_palette. This EMF record specifies no parameters.
Constructors
Constructor | Description |
---|---|
EmfRealizePalette(EmfRecord source) | Initializes a new instance of the EmfRealizePalette class. |
EmfRealizePalette(EmfRecord source)
public EmfRealizePalette(EmfRecord source)
Initializes a new instance of the EmfRealizePalette
class.
Parameters:
Parameter | Type | Description |
---|---|---|
source | EmfRecord | The source. |