[Overview][Types][Classes][Procedures and functions][Index] |
Indicates if a point with the specified coordinates is within the vertices for the polygonal region.
Source position: lazregions.pas line 43
public function TLazRegionPolygon.IsPointInPart( |
AX: Integer; |
AY: Integer |
):Boolean; override; |
AX |
|
Horizontal coordinate for the point. |
AY |
|
Vertical coordinate for the point. |
True when the point occurs inside the vertices for the polygonal region.
IsPointInPart is an overridden Boolean function which indicates if a point with the specified coordinates is within the vertices for the polygonal region.
IsPointInPart calls the IsPointInPolygon routine to get the return value for the method. The return value is True when the point in AX and AY is located inside the polygon vertices defined in the Points member.
|
Determines if the specified point is inside the vertices for the specified polygon. |
|
|
Array of TPoint values that define the vertices for the polygonal region. |
Version 4.0 | Generated 2025-05-03 | Home |