Version

UpdateHorizontalCrosshair Method

Updates the position of the horizontal crosshair.
Syntax
'Declaration
 
Public Sub UpdateHorizontalCrosshair( _
   ByVal x1 As Double, _
   ByVal y1 As Double, _
   ByVal x2 As Double, _
   ByVal y2 As Double _
) 
public void UpdateHorizontalCrosshair( 
   double x1,
   double y1,
   double x2,
   double y2
)

Parameters

x1
The first x coordinate for the crosshair.
y1
The first y coordinate for the crosshair.
x2
The second x coordinate for the crosshair.
y2
The second y coordinate for the crosshair.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also