[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazregions.pas line 30
type TLazRegionRect = class(TLazRegionPart) |
||
public |
||
Rect: TRect; |
|
|
function IsPointInPart(); override; |
|
|
end; |
|
||
| | ||
|
||
| | ||
TObject |