共用方式為


ImageResizingEstimator.Anchor 列舉

定義

指出要錨定影像裁剪的位置,例如,設定 Center 為 會裁剪所有端的影像,設定 Bottom 為 會裁剪頂端的影像。

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

欄位

名稱 Description
Right 0
Left 1
Top 2
Bottom 3
Center 4

適用於