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