mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 10:52:22 +02:00
Docs: LCL/lazregions. Removes extra spaces in topics. Updates tagging for True and False values.
This commit is contained in:
parent
b180f5976b
commit
9a0b0931af
@ -99,7 +99,7 @@
|
||||
</element>
|
||||
<element name="TLazRegionPart.IsPointInPart.Result">
|
||||
<short>
|
||||
True when the coordinates are located in the bounds for the rectangular area.
|
||||
<b>True</b> when the coordinates are located in the bounds for the rectangular area.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TLazRegionPart.IsPointInPart.AX">
|
||||
@ -149,7 +149,7 @@
|
||||
</element>
|
||||
<element name="TLazRegionRect.IsPointInPart.Result">
|
||||
<short>
|
||||
True when the coordinates are located in the bounds rectangle for the region.
|
||||
<b>True</b> when the coordinates are located in the bounds rectangle for the region.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TLazRegionRect.IsPointInPart.AX">
|
||||
@ -213,7 +213,9 @@
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TLazRegionPolygon.IsPointInPart.Result">
|
||||
<short>True when the point occurs inside the vertices for the polygonal region.</short>
|
||||
<short>
|
||||
<b>True</b> when the point occurs inside the vertices for the polygonal region.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TLazRegionPolygon.IsPointInPart.AX">
|
||||
<short>Horizontal coordinate for the point.</short>
|
||||
@ -276,7 +278,9 @@
|
||||
<seealso/>
|
||||
</element>
|
||||
<element name="TLazRegionEllipse.IsPointInPart.Result">
|
||||
<short>True when the specified point is located inside the area for the ellipse.</short>
|
||||
<short>
|
||||
<b>True</b> when the specified point is located inside the area for the ellipse.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TLazRegionEllipse.IsPointInPart.AX">
|
||||
<short>Horizontal coordinate for the point.</short>
|
||||
@ -466,11 +470,11 @@
|
||||
<dl>
|
||||
<dt>COMPLEXREGION (3)</dt>
|
||||
<dd>
|
||||
The region has more than one rectangle, polygon, or ellipse. Used when IsSimpleRectRegion is False.
|
||||
The region has more than one rectangle, polygon, or ellipse. Used when IsSimpleRectRegion is <b>False</b>.
|
||||
</dd>
|
||||
<dt>SIMPLEREGION (2)</dt>
|
||||
<dd>
|
||||
The region is a simple rectangle defined using the Rect member. Used when IsSimpleRectRegion is True, and Rect is not an empty rectangle (Left, Top, Bottom, and Right all contain zero).
|
||||
The region is a simple rectangle defined using the Rect member. Used when IsSimpleRectRegion is <b>True</b>, and Rect is not an empty rectangle (Left, Top, Bottom, and Right all contain zero).
|
||||
</dd>
|
||||
<dt>NULLREGION (1)</dt>
|
||||
<dd>
|
||||
@ -495,7 +499,7 @@
|
||||
</element>
|
||||
<element name="TLazRegion.IsSimpleRectEmpty.Result">
|
||||
<short>
|
||||
True when the dimensions for the rectangle are invalid.
|
||||
<b>True</b> when the dimensions for the rectangle are invalid.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
@ -674,7 +678,7 @@
|
||||
</element>
|
||||
<element name="TLazRegion.IsPointInRegion.Result">
|
||||
<short>
|
||||
True when the point is located inside the rectangle or one of the subregions that define the bounds for the region.
|
||||
<b>True</b> when the point is located inside the rectangle or one of the subregions that define the bounds for the region.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TLazRegion.IsPointInRegion.AX">
|
||||
@ -763,7 +767,7 @@
|
||||
</element>
|
||||
<element name="TLazRegionWithChilds.IsPointInRegion.Result">
|
||||
<short>
|
||||
True when the point is within the bounds for one of the child areas in the region.
|
||||
<b>True</b> when the point is within the bounds for one of the child areas in the region.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TLazRegionWithChilds.IsPointInRegion.AX">
|
||||
@ -780,7 +784,7 @@
|
||||
</short>
|
||||
<descr>
|
||||
<p>
|
||||
The function will return True if the point at AX, AY is inside the specified polygon. Returns False if it is not.
|
||||
The function will return <b>True</b> if the point at AX, AY is inside the specified polygon. Returns <b>False</b> if it is not.
|
||||
</p>
|
||||
<p>
|
||||
Original C code:
|
||||
@ -798,7 +802,7 @@
|
||||
</element>
|
||||
<element name="IsPointInPolygon.Result">
|
||||
<short>
|
||||
True when the specified point is located within the polygon using the specified vertices.
|
||||
<b>True</b> when the specified point is located within the polygon using the specified vertices.
|
||||
</short>
|
||||
</element>
|
||||
<element name="IsPointInPolygon.AX">
|
||||
|
Loading…
Reference in New Issue
Block a user