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

objectMetaObjectWmfObjectWmfSetPalentries

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

EmfLogPalette

Start

Gets or sets the start.

public int Start { get; set; }

Property Value

int