API Documentation > CorelDRAW > 2025-v26 > Segment > IVGSegment
Segment.FindParamOffsetAtPoint method
Finds the Bezier parameter along the segment which corresponds to the specified point
Syntax:
Function FindParamOffsetAtPoint(ByVal x As Double, ByVal y As Double, ByRef ParamOffset As Double, Optional ByVal HotArea As Double = -1) As Boolean
Parameters:
Name Type Description
x
Double
y
Double
ParamOffset
Double
HotArea
Double
Specifies the range in which to search
Remarks:
The FindParamOffsetAtPoint method finds the Bézier parameter along a segment that corresponds to a specified point.