FBHUDElement::Rect Struct Reference
 
 
 
FBHUDElement::Rect Struct Reference

#include <fbhud.h>


Class Description

HUD element rectangle for drawing in the view.

Definition at line 119 of file fbhud.h.

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

Element display region left bottom corner's X coordinate.

Definition at line 121 of file fbhud.h.

Element display region left bottom corner's Y coordinate.

Definition at line 122 of file fbhud.h.

Element display region width.

Definition at line 123 of file fbhud.h.

Element display region height.

Definition at line 124 of file fbhud.h.

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

Definition at line 125 of file fbhud.h.

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: