User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_editor.mouseend_itpoint

Table of Contents

IGIS_Editor.MouseEnd method

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

End of point movement, deletion, or addition.

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

Syntax

// C#
public void MouseEnd(
  ITPoint _pt
);
' VisualBasic
Public Sub MouseEnd(
  ByVal _pt As ITPoint
)
// Oxygene
public
  procedure MouseEnd(
    _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