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