Flags to determine how one rectangle is fitted inside another.
Hierarchy
System.Object
    System.ValueType
        System.Enum
            WebSupergoo.ImageGlue8.FitType
Interfaces
System.IComparable
System.IFormattable
System.IConvertible
Notes

This class is sealed. It cannot be derived from.

Fields
Field Description
Height Fit the height.
NoEnlargement Do not enlarge the contained rectangle.
None No behavior specified.
Width Fit the width.
WidthAndHeight Fit the width and height.
WidthAndHeightNoEnlargement Fit the width and height with no enlargement.
Example

None.