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

#import <BNBPixelRect.h>

Inheritance diagram for BNBPixelRect:

Instance Methods

(nonnull instancetype) - initWithX:y:w:h:
 

Class Methods

(nonnull instancetype) + pixelRectWithX:y:w:h:
 

Properties

int32_t x
 
int32_t y
 
int32_t w
 
int32_t h
 

Detailed Description

Definition at line 6 of file BNBPixelRect.h.

Method Documentation

◆ initWithX:y:w:h:

- (nonnull instancetype) initWithX: (int32_t)  x
y: (int32_t)  y
w: (int32_t)  w
h: (int32_t)  h 

◆ pixelRectWithX:y:w:h:

+ (nonnull instancetype) pixelRectWithX: (int32_t)  x
y: (int32_t)  y
w: (int32_t)  w
h: (int32_t)  h 

Property Documentation

◆ h

- (int32_t) h
readnonatomicassign

Definition at line 22 of file BNBPixelRect.h.

◆ w

- (int32_t) w
readnonatomicassign

Definition at line 20 of file BNBPixelRect.h.

◆ x

- (int32_t) x
readnonatomicassign

Definition at line 16 of file BNBPixelRect.h.

◆ y

- (int32_t) y
readnonatomicassign

Definition at line 18 of file BNBPixelRect.h.


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