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



The X 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 x As Single
Visual Basic (Usage)Copy Code
Dim instance As MouseDownEventArgs
Dim value As Single
 
value = instance.x
 
instance.x = value
C# 
public float x
C++/CLI 
public:
float x

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