Curve.FindSegmentAtPoint
Function FindSegmentAtPoint(x As Double, y As Double, ParamOffset As Double, [HotArea As Double = -1]) As Segment
Description
Member of Curve
The FindSegmentAtPoint method finds a segment along a path at a specified point.
Parameter
|
Description
|
x
|
Specifies the horizontal position for the point in the active document, created in relation to the reference point
|
y
|
Specifies the vertical position (using the rulers as a reference) for the point in the active document, created in relation to the reference point
|
ParamOffset
|
Specifies the value of the parametric offset
|
HotArea
|
Specifies a restricted area on the curve in which to evaluate the position of a point. This parameter is optional, and its default value is -1.
|
Copyright 2013 Corel Corporation. All rights reserved.