| [Overview][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base class used for rectangular areas in a region.
Source position: lazregions.pas line 23
| type TLazRegionPart = class | ||
| public | ||
| function GetBoundingRect; virtual; | 
 | Gets the rectangle with the Bounds for an area in a region. | 
| function IsPointInPart(); virtual; | 
 | Indicates if a point with the specified coordinates is within the bounds for the rectangular area. | 
| end; | 
| 
 | Base class used for rectangular areas in a region. | |
| | | ||
| TObject | 
TLazRegionPart defines the base class used to represent a rectangular area in a region. TLazRegionPart is used as the ancestor for the TLazRegionRect class.
| 
 | Implements a region defined by a TRect structure. | 
| Version 4.0 | Generated 2025-05-03 | Home |