User Tools

Site Tools


api:dk11:delphi:giseditor.tgis_editor.mousemove_tpoint

Table of Contents

TGIS_Editor.MouseMove method

DK11 for Delphi | GisEditor.TGIS_Editor.MouseMove | Constructors | Methods | Properties | Events

Continuing of point movement, deletion, or addition.

Available also on: .NET | Java | ActiveX | Python.

Syntax

Implements IGIS_Editor.MouseMove.

// Delphi
public
  procedure MouseMove(
    const _pt : TPoint
  );
// C++ Builder
public:
  void MouseMove(
    TPoint* const _pt
  );

Parameters

Name Type Description
_pt TPoint new location of point /in screen coordinates/

Remarks

Caution! See notes in MouseBegin.

2024/12/20 22:18

Page Tools