Resolution
public struct Resolution : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The screen resolution’s height, expressed in pixels.
Declaration
Swift
public let height: Int? -
The screen resolution’s width, expressed in pixels.
Declaration
Swift
public let width: Int? -
Undocumented
Declaration
Swift
public init(height: Int? = nil, width: Int? = nil)
View on GitHub
Resolution Structure Reference