firebase:: admob:: BoundingBox
#include <types.h>
The screen location and dimensions of an ad view once it has been initialized.
Summary
Constructors and Destructors |
|
---|---|
BoundingBox()
Default constructor which initializes all member variables to 0.
|
Public attributes |
|
---|---|
height
|
int
Height of the ad in pixels.
|
width
|
int
Width of the ad in pixels.
|
x
|
int
Horizontal position of the ad in pixels from the left.
|
y
|
int
Vertical position of the ad in pixels from the top.
|
Public attributes
height
int firebase::admob::BoundingBox::height
Height of the ad in pixels.
width
int firebase::admob::BoundingBox::width
Width of the ad in pixels.
x
int firebase::admob::BoundingBox::x
Horizontal position of the ad in pixels from the left.
y
int firebase::admob::BoundingBox::y
Vertical position of the ad in pixels from the top.
Public functions
BoundingBox
firebase::admob::BoundingBox::BoundingBox()
Default constructor which initializes all member variables to 0.