QuSystem Documentation
CheckYPosition Method (currentPoint, height)
The System namespace that should have been...System.Windows.FormsQuScreenCheckYPosition(Point, Int32)

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

Checks the position of the point in reference to the bottom of the screen.
Declaration Syntax
C#Visual BasicVisual C++
public Point CheckYPosition(
	Point currentPoint,
	int height
)
Public Function CheckYPosition ( _
	currentPoint As Point, _
	height As Integer _
) As Point
public:
Point CheckYPosition (
	Point currentPoint, 
	int height
)
Parameters
currentPoint (Point)
The current point.
height (Int32)
The height.
Return Value
The current point, or the current point with a different Y value.
Remarks
Changes the Y coordinate to keep the point on the screen.

Assembly: QuSystem (Module: QuSystem) Version: 1.0.0.0