[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazregions.pas line 51
type TLazRegion = class(TFPCustomRegion) |
||
public |
||
Parts: TFPList; |
|
|
IsSimpleRectRegion: Boolean; |
|
|
Rect: TRect; |
|
|
constructor Create; virtual; |
|
|
destructor Destroy; override; |
|
|
procedure AddRectangle(); |
|
|
procedure AddPolygon(); |
|
|
procedure SetAsSimpleRectRegion(); |
|
|
function GetBoundingRect; override; |
|
|
function IsPointInRegion(); override; |
|
|
end; |
|
||
| | ||
TFPCustomRegion |
||
? | ||
TObject |