共用方式為


PHImageContentMode 列舉

定義

列舉控制影像顯示方式的值。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum PHImageContentMode
type PHImageContentMode = 
繼承
PHImageContentMode
屬性

欄位

AspectFill 1

縮放影像,讓一個維度以一個方向完全填滿目的地區域。 另一個維度可能會填補,而且會顯示整個影像。

AspectFit 0

縮放影像以填滿目的地區域,並裁剪任何多餘的專案。

Default 0

影像不會進行縮放或裁剪。

適用於