Banuba SDK
BNBPixelRect.h
Go to the documentation of this file.
1 // AUTOGENERATED FILE - DO NOT MODIFY!
2 // This file generated by Djinni from types.djinni
3 
4 #import <Foundation/Foundation.h>
5 
6 @interface BNBPixelRect : NSObject
7 - (nonnull instancetype)initWithX:(int32_t)x
8  y:(int32_t)y
9  w:(int32_t)w
10  h:(int32_t)h;
11 + (nonnull instancetype)pixelRectWithX:(int32_t)x
12  y:(int32_t)y
13  w:(int32_t)w
14  h:(int32_t)h;
15 
16 @property (nonatomic, readonly) int32_t x;
17 
18 @property (nonatomic, readonly) int32_t y;
19 
20 @property (nonatomic, readonly) int32_t w;
21 
22 @property (nonatomic, readonly) int32_t h;
23 
24 @end
BNBPixelRect::h
int32_t h
Definition: BNBPixelRect.h:22
BNBPixelRect
Definition: BNBPixelRect.h:7
BNBPixelRect::w
int32_t w
Definition: BNBPixelRect.h:20
BNBPixelRect::y
int32_t y
Definition: BNBPixelRect.h:18
BNBPixelRect::x
int32_t x
Definition: BNBPixelRect.h:16