FBHUDElement::Rect Struct Reference


Detailed Description

HUD element rectangle for drawing in the view.

Definition at line 119 of file fbhud.h.

#include <fbhud.h>

List of all members.

Public Attributes

double mX
 Element display region left bottom corner's X coordinate.
double mY
 Element display region left bottom corner's Y coordinate.
double mWidth
 Element display region width.
double mHeight
 Element display region height.
double mWidthScale
 Element display region width scale factor compared with intrinsic width value.
double mHeightScale
 Element display region height scale factor compared with intrinsic height value.

Member Data Documentation

double mX

Element display region left bottom corner's X coordinate.

Definition at line 121 of file fbhud.h.

double mY

Element display region left bottom corner's Y coordinate.

Definition at line 122 of file fbhud.h.

double mWidth

Element display region width.

Definition at line 123 of file fbhud.h.

double mHeight

Element display region height.

Definition at line 124 of file fbhud.h.

double mWidthScale

Element display region width scale factor compared with intrinsic width value.

Definition at line 125 of file fbhud.h.

double mHeightScale

Element display region height scale factor compared with intrinsic height value.

Definition at line 126 of file fbhud.h.


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