ImageResizingEstimator.ResizingKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to resize the images: by croping them or padding in the direction needed to fill up.
public enum ImageResizingEstimator.ResizingKind
type ImageResizingEstimator.ResizingKind =
Public Enum ImageResizingEstimator.ResizingKind
- Inheritance
-
ImageResizingEstimator.ResizingKind
Fields
| Fill | 2 | Ignore aspect ratio and squeeze/stretch into target dimensions. |
| IsoCrop | 1 | Isotropic(uniform) with cropping. |
| IsoPad | 0 | Isotropic(uniform) with padding. |
Applies to
Feedback
Submit and view feedback for