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

图像既不缩放,也不裁剪。

适用于