[This is preliminary documentation and is subject to change.]
Checks the position of the point in reference to the bottom of the screen.
| C# | Visual Basic | Visual C++ |
public Point CheckYPosition( Point currentPoint )
Public Function CheckYPosition ( _ currentPoint As Point _ ) As Point
public: Point CheckYPosition ( Point currentPoint )
- currentPoint (Point)
- The current point.
Changes the Y coordinate to keep the point on the screen.