[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
A defined Region on the screen, in which text is written
Source position: graphics.pp line 629
type TRegion = class(TGraphicsObject) |
||
protected |
||
procedure SetClipRect(); |
|
|
function GetClipRect; |
|
|
public |
||
constructor Create; |
|
TRegion constructor |
destructor Destroy; override; |
|
TRegion destructor |
procedure Assign(); override; |
|
Assign - copies Source to itself |
|
The rectangle to be used for clipping text |
|
|
Operating System Handle for this Region |
|
property Reference: TWSRegionReference; [r] |
|
|
end; |
|
A defined Region on the screen, in which text is written |
|
| | ||
|
Primitive ancestor class, mainly for Delphi compatibility |
|
| | ||
| | ||
TObject |
|
The Data about the current Region on the Screen or Canvas |
lazarus-ccr.sourceforge.net |