AnimationMode Enumeration

Represents the looping mode of an animation.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
C#
public enum AnimationMode

Members

Repeat0 Specifies that the animation should be looped.
PlayOnce1 Specifies that the animation should be played only once.
PingPong-1 Specifies that added frames should be played back and forth.

See Also