[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 620
type TRegionData = record |
||
Reference: TWSRegionReference; |
|
|
Rect: TRect; |
|
|
Polygon: PPoint; |
|
|
NumPoints: LongInt; |
|
|
Winding: Boolean; |
|
|
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 |