AnimationFramesSizeHandling Enumeration
Represents the strategy to be used with frames of different sizes.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public enum AnimationFramesSizeHandling
Public Enumeration AnimationFramesSizeHandling
public enum class AnimationFramesSizeHandling
type AnimationFramesSizeHandling
| ErrorIfDiffers | 0 |
Specifies that if an input frame has a different size, then an exception should be thrown.
|
| Center | 1 |
Specifies that smaller or larger frames should be centered. Possibly exceeding areas will be clipped.
|
| Resize | 2 |
Specifies that frames should be resized to the actual size of the animation.
|