ImageDimensions

public struct ImageDimensions : Codable, Equatable

Height and width of an image.

  • Height in pixels of the image.

    Declaration

    Swift

    public var height: Int?
  • Width in pixels of the image.

    Declaration

    Swift

    public var width: Int?