QuSystem Documentation
CheckXPosition Method (currentPoint, screen, width)
The System namespace that should have been...System.Windows.FormsQuScreenCheckXPosition(Point, Screen, Int32)

[This is preliminary documentation and is subject to change.]

Checks the position of the point in reference to the right of the screen.
Declaration Syntax
C#Visual BasicVisual C++
public Point CheckXPosition(
	Point currentPoint,
	Screen screen,
	int width
)
Public Function CheckXPosition ( _
	currentPoint As Point, _
	screen As Screen, _
	width As Integer _
) As Point
public:
Point CheckXPosition (
	Point currentPoint, 
	Screen^ screen, 
	int width
)
Parameters
currentPoint (Point)
The current point.
screen (Screen)
The screen (confines the coordinates to 'screen'). Set to null to allow any screen coord.
width (Int32)
The width.
Return Value
Remarks
Changes the X coordinate to keep the point on the screen.

Assembly: QuSystem (Module: QuSystem) Version: 1.0.0.0