Navigation: Code Documentation > RSVclCommon > RSGraphics > Enumerations
TPathClickLocation Enumeration
Defines the detected location of a click on a path
Namespace: RSGraphics
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
•RSGraphics.PointInPath(TPoint,TPoints)
•RSGraphics