Returns true if the input point, Pt, is within the input polygon, Points.
Namespace: FMX.RS.Graphics
Delphi |
function PointInPath(const Pt: TPoint; const Points: TPoints): TPathClickLocation; overload; |
Parameters
Pt
Type: TPoint
Points
Type: TPoints
Type: TPathClickLocation