Estructura para representar las esquinas que componene un elemento The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle. Más...
Campos de datos | |
int | Left |
x position of upper-left corner Más... | |
int | Top |
y position of upper-left corner Más... | |
int | Right |
x position of lower-right corner Más... | |
int | Bottom |
y position of lower-right corner Más... | |
Estructura para representar las esquinas que componene un elemento The RECT structure defines the coordinates of the upper-left and lower-right corners of a rectangle.
Definición en la línea 117 del archivo User32dllCommands.cs.
int sage.ew.conta.plugins.RECT.Bottom |
y position of lower-right corner
Definición en la línea 134 del archivo User32dllCommands.cs.
int sage.ew.conta.plugins.RECT.Left |
x position of upper-left corner
Definición en la línea 122 del archivo User32dllCommands.cs.
int sage.ew.conta.plugins.RECT.Right |
x position of lower-right corner
Definición en la línea 130 del archivo User32dllCommands.cs.
int sage.ew.conta.plugins.RECT.Top |
y position of upper-left corner
Definición en la línea 126 del archivo User32dllCommands.cs.