[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TRegionData

The Data about the current Region on the Screen or Canvas

Declaration

Source position: graphics.pp line 620

type TRegionData = record

  Reference: TWSRegionReference;

  

  Rect: TRect;

  

  Polygon: PPoint;

  

  NumPoints: LongInt;

  

  Winding: Boolean;

  

end;

Description

At present the Region can only be rectangular; the ability to define it as a Polygon is not yet implemented

The latest version of this document can be found at lazarus-ccr.sourceforge.net.