User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwndevents.tapdoubleevent_wordbool_tmousebutton_tshiftstate_integer_integer

Table of Contents

ITGIS_ViewerWndEvents.TapDoubleEvent method

DK for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWndEvents.TapDoubleEvent | Methods

TapDouble event. Will be fired upon double press down/up.

Available also on: Delphi FMX | .NET WinForms.

Syntax

// C#
public void TapDoubleEvent(
  ref WordBool Translated,
  TMouseButton Button,
  TShiftStat Shift,
  int X,
  int Y
);
' VisualBasic
Public Sub TapDoubleEvent(
  ByRef Translated As WordBool,
  ByVal Button As TMouseButton,
  ByVal Shift As TShiftStat,
  ByVal X As Integer,
  ByVal Y As Integer
)
// Oxygene
public
  procedure TapDoubleEvent(
    var Translated : WordBool;
    Button : TMouseButton;
    Shift : TShiftState;
    X : Integer;
    Y : Integer
  );

Parameters

Name Type Description
Translated WordBool
Button TMouseButton
Shift TShiftStat
TShiftState
X int
Integer
Y int
Integer
2025/01/31 01:05

Page Tools