Hello,
how i can remove a selected point from a polyline
this code ist delete the second point
ImageEnVect1.MouseInteractVt := ImageEnVect1.MouseInteractVt + [miEditPolyline];
hObj := ImageEnVect1.SelObjects[0];
ImageEnVect1.RemovePolyLinePoint( hObj , 2);
but i need delete a selected point
thank you for help
best regards
Peter