Click or drag to resize

ScreenInfoIsWithinActualScreenCoordinates(Point) method

True if the passed point is within the Screen coordinates of the current screen.

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

Parameters

point  Point
Point to be checked.

Return value

Boolean
True if the transferred point is within the current screen is located.
See also