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