Dimensions
public class Dimensions : CustomStringConvertible, JSONRepresentable
Dimensions for a photo or video.
-
Height of the photo/video.
Declaration
Swift
public let height: UInt64 -
Width of the photo/video.
Declaration
Swift
public let width: UInt64 -
Declaration
Swift
public var description: String { get }
View on GitHub
Dimensions Class Reference