#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::height |
Rectangle height.
| int NppiRect::width |
Rectangle width.
| int NppiRect::x |
x-coordinate of upper left corner.
| int NppiRect::y |
y-coordinate of upper left corner.