diff --git a/docs/xml/lcl/lazregions.xml b/docs/xml/lcl/lazregions.xml index 6b08a5efbd..cf31dc9def 100644 --- a/docs/xml/lcl/lazregions.xml +++ b/docs/xml/lcl/lazregions.xml @@ -66,20 +66,30 @@ Use the winding fill mode (fills any region with a non-zero winding value). - -Defines an array type used for TPoint values. + +Defines an array type used for TPoint values. +

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. +argument to the AddPolygon method in TLazRegion. +

+

+TPointArray is an alias for the TPointArray type defined in the +LazUtils graphtype.pp unit.

+ +Modified in LCL version 4.0 to be an alias to the TPointArray type defined in +the graphtype.pp unit (LazUtils). + +TPointArray
@@ -695,6 +705,7 @@ store the new TLazRegionPolygon instance in Parts. +GraphType.TPointArray