PHImageContentMode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉控制影像顯示方式的值。
[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 | 影像不會進行縮放或裁剪。 |