cohtml::TextInput::Rectangle
On this page
#include <View.h>
Public Attributes
Name | |
---|---|
float | X Leftmost coordinate in pixels. |
float | Y Topmost coordinate in pixels. |
float | Width Width in pixels. |
float | Height 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.