UIImageResizingMode Enum

Definition

An enumeration of values that specify how a UIImage ought to be resized.

public enum UIImageResizingMode
type UIImageResizingMode = 
Inheritance
UIImageResizingMode

Fields

Stretch 1

The contents of the original image are scaled to fill the interior of the new image.

Tile 0

The contents of the original image are repeated as necessary to fill the interior of the new image.

Applies to

See also