Class EmfSetPaletteEntries
Contents
[
Hide
]EmfSetPaletteEntries class
The EMR_SETPALETTEENTRIES record defines RGB color values in a range of entries for an existing LogPalette (section 2.2.17) object.
public sealed class EmfSetPaletteEntries : EmfObjectManipulationRecordType
Constructors
Name | Description |
---|---|
EmfSetPaletteEntries(EmfRecord) | Initializes a new instance of the EmfSetPaletteEntries class. |
Properties
Name | Description |
---|---|
Argb32PalEntries { get; set; } | Gets or sets an array of LogPaletteEntry (section 2.2.18) objects, of NumberOfEntries length, which specifies the palette entry data. The Values members do not contain any values. |
IhPal { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the palette EMF Object Table index. |
NumberofEntries { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the number of entries. |
Size { get; set; } | Gets or sets the size of the record |
Start { get; set; } | Gets or sets a 32-bit unsigned integer that specifies the index of the first entry to set. |
Type { get; set; } | Gets or sets the type. |
See Also
- class EmfObjectManipulationRecordType
- namespace Aspose.Imaging.FileFormats.Emf.Emf.Records
- assembly Aspose.Imaging