MLImageSizeConstraintType Enum

Definition

Enumerates the form of a 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 = 
Inheritance
MLImageSizeConstraintType
Attributes

Fields

Enumerated 2

Only a specific set of sizes is allowed.

Range 3

The allowed sizes are described using ranges.

Unspecified 0

The form of the constraint is unknown.

Applies to