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 cropping 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
Name | Value | Description |
---|---|---|
IsoPad | 0 | Isotropic(uniform) with padding. |
IsoCrop | 1 | Isotropic(uniform) with cropping. |
Fill | 2 | Ignore aspect ratio and squeeze/stretch into target dimensions. |