Banuba SDK
Instance Methods | Class Methods | Properties | List of all members
BNBSize Class Reference

#import <BNBSize.h>

Inheritance diagram for BNBSize:

Instance Methods

(nonnull instancetype) - initWithWidth:height:
 

Class Methods

(nonnull instancetype) + sizeWithWidth:height:
 

Properties

int32_t width
 
int32_t height
 

Detailed Description

Definition at line 12 of file BNBSize.h.

Method Documentation

◆ initWithWidth:height:

- (nonnull instancetype) initWithWidth: (int32_t)  width
height: (int32_t)  height 

◆ sizeWithWidth:height:

+ (nonnull instancetype) sizeWithWidth: (int32_t)  width
height: (int32_t)  height 

Property Documentation

◆ height

- (int32_t) height
readnonatomicassign

Definition at line 20 of file BNBSize.h.

◆ width

- (int32_t) width
readnonatomicassign

Definition at line 18 of file BNBSize.h.


The documentation for this class was generated from the following file: