LEADTOOLS Multimedia (Leadtools.Multimedia assembly) Send comments on this topic. | Back to Introduction | Help Version 17.0.3.22
y Field
See Also 
Leadtools.Multimedia Namespace > MouseDownEventArgs Class : y Field



The Y coordinate of the mouse pointer relative to the origin of the client area of the control. The unit of measure is determined by ScaleMode property.

Syntax

Visual Basic (Declaration) 
Public y As Single
Visual Basic (Usage)Copy Code
Dim instance As MouseDownEventArgs
Dim value As Single
 
value = instance.y
 
instance.y = value
C# 
public float y
C++/CLI 
public:
float y

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also