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

TPointArray

Defines an array type used for TPoint values.

Declaration

Source position: lazregions.pas line 19

type TPointArray = array of TPoint;

Description

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.

See also

TLazRegionPolygon.Points

  

Array of TPoint values that define the vertices for the polygonal region.

TLazRegion.AddPolygon

  

Adds a polygonal area with the specified vertices to the region.


Version 3.2 Generated 2024-02-25 Home