Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
AnimationPalette Property
See Also 
Leadtools.Codecs Namespace > CodecsGifImageInfo Class : AnimationPalette Property



Gets the animation palette for the GIF image.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property AnimationPalette As Color()
Visual Basic (Usage)Copy Code
Dim instance As CodecsGifImageInfo
Dim value() As Color
 
value = instance.AnimationPalette
C# 
public Color[] AnimationPalette {get;}
C++/CLI 
public:
property array<Color>^ AnimationPalette {
   array<Color>^ get();
}

Return Value

An array of Color structures that specify the animation palette for the GIF image.

Example

For an example, refer to CodecsImageInfo.

Remarks

This property has a meaningful value only if the HasAnimationPalette value is true.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also