NppiRect Struct Reference
[NPP Type Definitions and Constants]

2D Rectangle This struct contains position and size information of a rectangle in two space. More...

#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.


Detailed Description

2D Rectangle This struct contains position and size information of a rectangle in two space.

The rectangle's position is usually signified by the coordinate of its upper-left corner.


Field Documentation

Rectangle height.

Rectangle width.

x-coordinate of upper left corner.

y-coordinate of upper left corner.


The documentation for this struct was generated from the following file:

Copyright © 2009-2010 NVIDIA Corporation