ImageSize

class ImageSize : NSObject

Size of an image.

  • Width of the image

    Declaration

    Swift

    var width: Int { get }
  • Height of the image

    Declaration

    Swift

    var height: Int { get }
  • Declaration

    Swift

    var cgSize: CGSize { get }