ImageResizingEstimator.Anchor Enum

Definition

Indicates where to anchor for image cropping, for example set to Center is going to crop the image on all sides, set to Bottom is going to crop the image at the top.

public enum ImageResizingEstimator.Anchor
type ImageResizingEstimator.Anchor = 
Public Enum ImageResizingEstimator.Anchor
Inheritance
ImageResizingEstimator.Anchor

Fields

Bottom 3
Center 4
Left 1
Right 0
Top 2

Applies to