Class WmfAnimatePalette

Class WmfAnimatePalette

Namespace: Aspose.Imaging.FileFormats.Wmf.Objects
Assembly: Aspose.Imaging.dll (25.2.0)

The META_ANIMATEPALETTE record redefines entries in the logical palette that is defined in the playback device context with the specified Palette object (section 2.2.1.3).

public class WmfAnimatePalette : WmfObject

Inheritance

objectMetaObjectWmfObjectWmfAnimatePalette

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

WmfAnimatePalette()

public WmfAnimatePalette()

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