Skip to content

OnMouseDown_Video

event

Delphi
property OnMouseDown_Video: TOnVideoMouseUpDown read FOnMouseDown_Video write FOnMouseDown_Video;
C++Builder
__property TOnVideoMouseUpDown OnMouseDown_Video = {read=FOnMouseDown_Video, write=FOnMouseDown_Video};
typedef void __fastcall (__closure *TOnVideoMouseUpDown)(System::TObject* Sender, System::LongInt VideoWindow, System::Uitypes::TMouseButton Button, System::Classes::TShiftState Shift, System::LongInt X, System::LongInt Y);
C#
public event OnMouseDown_VideoEventHandler OnMouseDown_Video;
public delegate void OnMouseDown_VideoEventHandler(object sender, TOnVideoMouseUpDownEventArgs e);
VB.NET
Public Event OnMouseDown_Video As OnMouseDown_VideoEventHandler
Public Delegate Sub OnMouseDown_VideoEventHandler(sender As Object, e As TOnVideoMouseUpDownEventArgs)
C++/Qt
void SetOnMouseDown_Video (TOnMouseDown_VideoCb OnMouseDown_VideoCb);
typedef void CALLBACK TOnMouseDown_VideoCb (void *Object, void *Sender, int VideoWindow, TMouseButton Button, TMouseButton Shift, int X, int Y);

Occurs when the user presses a mouse button with the mouse pointer over a control; returns the coordinates of the original video frame at the cursor location.