API Documentation > CorelDRAW > 2025-v26 > SubPath > IVGSubPath
SubPath.FindNodeAtPoint method
Finds a node along the path at the specified point
Syntax:
Function FindNodeAtPoint(ByVal x As Double, ByVal y As Double, Optional ByVal HotArea As Double = -1) As Node
Parameters:
Name Type Description
x
Double
y
Double
HotArea
Double
Specifies a restricted area on the subpath in which to evaluate the position of the point
Remarks:
The FindNodeAtPoint method finds a node on a subpath at the specified point.