Size

public struct Size

The Size parameter lets you dynamically resize the width and height of the output image by specifying pixels or percentage values.

  • The width parameter lets you dynamically resize the width of the output image by specifying pixels or percentage values.

    Declaration

    Swift

    public var width: UInt?
  • The height parameter lets you dynamically resize the height of the output image by specifying pixels or percentage values.

    Declaration

    Swift

    public var height: UInt?