DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWndEvents.EditorPointMoveEvent | Methods
EditorPointMove event. Will be fired upon mouse moving of edited point in the editor.
Available also on: Delphi FMX | .NET WinForms | Java.
// C# public void EditorPointMoveEvent( ref WordBool Translated, ITGIS_Point3D Ptg, ITPoint Pt );
' VisualBasic Public Sub EditorPointMoveEvent( ByRef Translated As WordBool, ByVal Ptg As ITGIS_Point3D, ByVal Pt As ITPoint )
// Oxygene public procedure EditorPointMoveEvent( var Translated : WordBool; Ptg : ITGIS_Point3D; Pt : ITPoint );
Name | Type | Description |
---|---|---|
Translated | WordBool | |
Ptg | ITGIS_Point3D | |
Pt | ITPoint |