ImageResizingEstimator.Anchor 枚举

定义

指示图像裁剪的定位位置,例如,设置为 Center 要裁剪所有侧的图像,设置为 Bottom 将裁剪顶部的图像。

public enum ImageResizingEstimator.Anchor
type ImageResizingEstimator.Anchor = 
Public Enum ImageResizingEstimator.Anchor
继承
ImageResizingEstimator.Anchor

字段

Bottom 3
Center 4
Left 1
Right 0
Top 2

适用于