MLImageSizeConstraintType 枚举

定义

枚举 的形式 MLImageSizeConstraint

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 5, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum MLImageSizeConstraintType
type MLImageSizeConstraintType = 
继承
MLImageSizeConstraintType
属性

字段

Enumerated 2

只允许一组特定的大小。

Range 3

允许的大小是使用范围描述的。

Unspecified 0

约束的形式未知。

适用于