Contents

init(width:height:)

Creates a size with dimensions specified as unsigned integer values.

Declaration

init(width: vImagePixelCount, height: vImagePixelCount)

Parameters

  • width:

    The width.

  • height:

    The height.

Discussion

The height and width must be greater than 0

See Also

Initializers