API Documentation > CorelDRAW > 2025-v26 > Curve > IVGCurve
Curve.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 curve in which to evaluate the position of a point.
Remarks:
The FindNodeAtPoint method finds a node along a path at a specified point.