DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.OnTapDouble | Constructors | Fields | Methods | Properties | Events
Call action equivalent to double tap.
// C# protected virtual void OnTapDouble( TGIS_TapEventArgs _e );
' VisualBasic Protected Overridable Sub OnTapDouble( ByVal _e As TGIS_TapEventArgs )
// Oxygene protected procedure OnTapDouble( _e : TGIS_TapEventArgs ); virtual;
Name | Type | Description |
---|---|---|
_e | TGIS_TapEventArgs | tap event data ( mouse buttons, shift keys, position ) |