STK X Send comments on this topic.
MouseDown Method (IAgUiAxGfxAnalysisCntrlEvents)
See Also 
Button
Shift
X
Y





Description

Occur when the user presses a mouse button.

Syntax

[Visual Basic .NET]
Public Sub MouseDown( _
   ByVal Button As Integer, _
   ByVal Shift As Integer, _
   ByVal X As Integer, _
   ByVal Y As Integer _
) 

[C#]
public void MouseDown(
int Button,
int Shift,
int X,
int Y
);

[Managed C++]
public: void MouseDown(
int Button,
int Shift,
int X,
int Y
);

[Java]
public  mouseDown(
ppInteger Button,
ppInteger Shift,
int X,
int Y
);

[Unmanaged C++]
public: HRESULT MouseDown(
int Button,
int Shift,
long X,
long Y
);

Parameters

Button
Shift
X
Y

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1