User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.mousemove_itpoint

Table of Contents

IGIS_Editor.MouseMove method

DK for ActiveX | TatukGIS_XDK11.IGIS_Editor.MouseMove | Methods | Properties

Continuing of point movement, deletion, or addition.

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

Syntax

// C#
public void MouseMove(
  ITPoint _pt
);
' VisualBasic
Public Sub MouseMove(
  ByVal _pt As ITPoint
)
// Oxygene
public
  procedure MouseMove(
    _pt : ITPoint
  );

Parameters

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

Remarks

Caution! See notes in MouseBegin.

2025/01/31 01:03

Page Tools