User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_editorpointmoveevent_tobject_tgis_point3d_tpoint

Table of Contents

TGIS_EditorPointMoveEvent prototype

DK11 for Delphi | GisClasses.TGIS_EditorPointMoveEvent | Enums | Classes | Prototypes

Event to notify mouse editing of a point.

Available also on: Python.

Syntax

// Delphi
type
  TGIS_EditorPointMoveEvent = procedure (
    _sender : TObject;
    _ptg : TGIS_Point3D;
    _pt : TPoint
  ) of object;
// C++ Builder
typedef void (_closure *TGIS_EditorPointMoveEvent)(
  TObject* _sender,
  TGIS_Point3D* _ptg,
  TPoint* _pt
);

Parameters

Name Type Description
_sender TObject who rises the event
_ptg TGIS_Point3D current point
_pt TPoint mouse position
2024/12/20 22:17

Page Tools