AnimationFramesSizeHandling Enumeration

Represents the strategy to be used with frames of different sizes.

Definition

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

Members

ErrorIfDiffers0 Specifies that if an input frame has a different size, then an exception should be thrown.
Center1 Specifies that smaller or larger frames should be centered. Possibly exceeding areas will be clipped.
Resize2 Specifies that frames should be resized to the actual size of the animation.

See Also