User Tools

Site Tools


api:dk11:delphi:gisviewer3dbase.tgis_viewer3dbase.domousedown_smallint_smallint

Table of Contents

TGIS_Viewer3DBase.DoMouseDown method

Syntax

// Delphi
public
  procedure DoMouseDown(
    const _xpos : SmallInt;
    const _ypos : SmallInt
  );
// C++ Builder
public:
  void DoMouseDown(
    const short _xpos,
    const short _ypos
  );

Parameters

Name Type Description
_xpos SmallInt
_ypos SmallInt
2022/11/30 19:19

Page Tools