From 49e9607e2cc6270b8a1e21c05a7fdc168e2359f8 Mon Sep 17 00:00:00 2001 From: dsiders Date: Tue, 11 Jul 2023 17:21:08 +0100 Subject: [PATCH] Docs: LCL/lazregions. Updates TPointArry topic for changes in c423a794b5. (cherry picked from commit daca32b2ea77c7ad49b29e27b08b415e5873cf0e) --- docs/xml/lcl/lazregions.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) 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