Click or drag to resize

ScreenInfoGetNextPointWithinActualScreenCoordinates(Point) method

Returns the transferred point, but changes it if necessary, its coordinates in such a way that the point is in any case within of the coordinates of the current screen.

Namespace: NetEti.MultiScreen
Assembly: NetEti.MultiScreen (in NetEti.MultiScreen.dll) Version: 1.0.0+6dae38196d8eac9695b29c123b220fb2bfe07211
Syntax
public Point GetNextPointWithinActualScreenCoordinates(
	
	Point point
)

Parameters

point  Point
Point that may not be within the current screen.

Return value

Point
Point that is always within the current screen.
See also