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: TRSPoints; X, Y: Single): Boolean; overload; |
Parameters
Points
Type: System.Void
X
Type: Single
Y
Type: Single
Type: Boolean