cohtml::TextInput::Rectangle

#include <View.h>

Public Attributes

Name
floatX
Leftmost coordinate in pixels.
floatY
Topmost coordinate in pixels.
floatWidth
Width in pixels.
floatHeight
Height in pixels.

Public Attributes Documentation

variable X

float X;

Leftmost coordinate in pixels.

variable Y

float Y;

Topmost coordinate in pixels.

variable Width

float Width;

Width in pixels.

variable Height

float Height;

Height in pixels.