HIntRectangle

Fields

int

left

int

right

int

bottom

int

top

Detailed Description

class HIntRectangle

This class is used for describing rectangles like window sizes or screen space areas.

Public Members

int left

The left position.

int right

The right position.

int bottom

The bottom position.

int top

The top position.