User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.mousebegin_itpoint_wordbool

Table of Contents

IGIS_Editor.MouseBegin method

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

Start editing a point at the location given by_pt.

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

Syntax

// C#
public void MouseBegin(
  ITPoint _pt,
  WordBool _nearest
);
' VisualBasic
Public Sub MouseBegin(
  ByVal _pt As ITPoint,
  ByVal _nearest As WordBool
)
// Oxygene
public
  procedure MouseBegin(
    _pt : ITPoint;
    _nearest : WordBool
  );

Parameters

Name Type Description
_pt ITPoint Start point in screen coordinates.
_nearest WordBool If True, the nearest insertion point is chosen; this can be overridden by the Mode property.

Remarks

If a point exists near_pt, it will be moved if movement occurs, or deleted otherwise.

Editing must already be started by EditShape.

2026/07/11 00:07

Page Tools