ImageResizingEstimator.Anchor 枚举

定义

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

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

字段

名称 说明
Right 0
Left 1
Top 2
Bottom 3
Center 4

适用于