共用方式為


UIImageResizingMode 列舉

定義

值的列舉,指定應該如何調整大小 UIImage

public enum UIImageResizingMode
type UIImageResizingMode = 
繼承
UIImageResizingMode

欄位

Stretch 1

原始影像的內容會縮放以填滿新影像的內部。

Tile 0

原始影像的內容會視需要重複,以填滿新影像的內部。

適用於

另請參閱