DK11 for Delphi | GisEditor.TGIS_Editor.MouseMove | Constructors | Methods | Properties | Events
Continuing of point movement, deletion, or addition.
Implements IGIS_Editor.MouseMove.
// Delphi public procedure MouseMove( const _pt : TPoint );
// C++ Builder public: void MouseMove( TPoint* const _pt );
Name | Type | Description |
---|---|---|
_pt | TPoint | new location of point /in screen coordinates/ |
Caution! See notes in MouseBegin.