| lcPlineGetSeg | Home |
|
HANDLE lcPlineGetSeg ( HANDLE hPline, double X, double Y, double Delta ); |
| hPline | |
| Handle to a polyline object. | |
| X Y | |
| The target point. | |
| Delta | |
| Defines the selecting square around the X,Y point. | |
|
Handle to a vertex or NULL if the polyline don't go near the specified point. The returned vertex is the start vertex of the touched segment. |
| Code sample, lcPlineGetVerPt |