ImageRect Struct Reference

Rectangular area within the image. More...

List of all members.

Public Member Functions

 ImageRect (int x, int y, int width, int height)
 ImageRect constructor.

Public Attributes

int X
 X coordinate.
int Y
 Y coordinate.
int Width
 Width.
int Height
 Height.

Detailed Description

Rectangular area within the image.


Constructor & Destructor Documentation

ImageRect ( int  x,
int  y,
int  width,
int  height 
)

ImageRect constructor.

Parameters:
xX coordinate
yY coordinate
widthWidth
heightHeight