Navigation: Code Documentation > RSFMXCommon > FMX.RS.Graphics > Enumerations
TPathClickLocation Enumeration
Defines the detected location of a click on a path
Namespace: FMX.RS.Graphics
Delphi
type TPathClickLocation = ( clOutsidePath, clInsidePath, clOnPath);
Name
Description
clInsidePath
Click occurred inside the path
clOnPath
Click occurred on the path itself
clOutsidePath
Click occurred outside the path
Top
•FMX.RS.Graphics.PointInPath(TPoint,TPoints)
•FMX.RS.Graphics