Returns true if the point specified by the X and Y coordinates is within the input polygon, Points.
Namespace: FMX.RS.Graphics
Delphi |
function PointInPath(const Points: TPoints; X, Y: Integer): Boolean; overload; |
Parameters
Points
Type: TPoints
X
Type: Integer
Y
Type: Integer
Type: Boolean