The type of a display Region Handle.
Source position: lcltype.pp line 107
type HRGN = type PtrUInt; |
A region can be as simple as a rectangle, or can be composed of multiple shapes.
Regions are almost used to restrict painting to certain areas of the screen (clipping).