#include <nppdefs.h>
Data Fields | |
int | x |
x-coordinate of upper left corner. | |
int | y |
y-coordinate of upper left corner. | |
int | width |
Rectangle width. | |
int | height |
Rectangle height. |
The rectangle's position is usually signified by the coordinate of its upper-left corner.
int NppiRect::x |
x-coordinate of upper left corner.
int NppiRect::y |
y-coordinate of upper left corner.
int NppiRect::width |
Rectangle width.
int NppiRect::height |
Rectangle height.