[Overview][Types][Classes][Procedures and functions][Index] |
Defines an array type used for TPoint values.
Source position: lazregions.pas line 19
type TPointArray = GraphType.TPointArray; |
TPointArray is an array type used for TPoint instances which define the vertices in a polygon. It is used to implement the Points member in TLazRegionPolygon, and passed as an argument to the AddPolygon method in TLazRegion.
TPointArray is an alias for the TPointArray type defined in the LazUtilsgraphtype.pp unit.
Modified in LCL version 4.0 to be an alias to the TPointArray type defined in the graphtype.pp unit (LazUtils).
|
Array of TPoint values that define the vertices for the polygonal region. |
|
|
Adds a polygonal area with the specified vertices to the region. |
|
Version 4.0 | Generated 2025-05-03 | Home |