Class WmfSetPalentries
Class WmfSetPalentries
Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)
The META_SETPALENTRIES record defines RGB color values in a range of entries in the logical palette that is defined in the playback device context.
public class WmfSetPalentries : WmfObject
Inheritance
object ← MetaObject ← WmfObject ← WmfSetPalentries
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
WmfSetPalentries()
public WmfSetPalentries()
Properties
LogPalette
Gets or sets the log palette.
public EmfLogPalette LogPalette { get; set; }
Property Value
Start
Gets or sets the start.
public int Start { get; set; }