DK11 for Delphi | GisClasses.TGIS_EditorPointMoveEvent | Enums | Classes | Prototypes
Event to notify mouse editing of a point.
Available also on: Python.
// Delphi type TGIS_EditorPointMoveEvent = procedure ( _sender : TObject; _ptg : TGIS_Point3D; _pt : TPoint ) of object;
// C++ Builder typedef void (_closure *TGIS_EditorPointMoveEvent)( TObject* _sender, TGIS_Point3D* _ptg, TPoint* _pt );
Name | Type | Description |
---|---|---|
_sender | TObject | who rises the event |
_ptg | TGIS_Point3D | current point |
_pt | TPoint | mouse position |