[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The Data about the current Region on the Screen or Canvas
Source position: graphics.pp line 698
type TRegionData = record |
||
Reference: TWSRegionReference; |
|
A Reference made to the current Region |
Rect: TRect; |
|
|
Polygon: PPoint; |
|
Polygon - a list of points defining a polygon |
NumPoints: LongInt; |
|
NumPoints - the number of points in the polygon list |
Winding: Boolean; |
|
If True, use Winding mode to construct the Polygon |
end; |
At present the Region can only be rectangular; the ability to define it as a Polygon is not yet implemented
lazarus-ccr.sourceforge.net |