The resolution of an image
Resolution width
Required
@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull resolutionWidth;
var resolutionWidth: NSNumber & SDLInt { get set }
Resolution height
Required
@property (nonatomic, strong) NSNumber<SDLInt> *_Nonnull resolutionHeight;
var resolutionHeight: NSNumber & SDLInt { get set }
Convenience init with all parameters
- (nonnull instancetype)initWithWidth:(uint16_t)width height:(uint16_t)height;
init(width: UInt16, height: UInt16)
Resolution width
Resolution height
An SDLImageResolution object