Class WmfAnimatePalette
- Namespace
- Aspose.Imaging.FileFormats.Wmf.Objects
- Assembly
- Aspose.Imaging.dll
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
-
WmfAnimatePalette
- Inherited Members
Constructors
WmfAnimatePalette()
public WmfAnimatePalette()
Properties
LogPalette
Gets or sets the log palette.
public EmfLogPalette LogPalette { get; set; }
Property Value
- EmfLogPalette
The logical palette.
Start
Gets or sets the start.
public int Start { get; set; }
Property Value
- int
The start.