Click or drag to resize

ScreenInfoIsWithinActualScreenCoordinates(Point, Double, Double) Method

True if the passed point is at least the distance margin is located 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,
	
	double horizontalMargin,
	
	double verticalMargin
)

Parameters

point  Point
Point to be checked.
horizontalMargin  Double
Minimum horizontal distance to the edges of the screen.
verticalMargin  Double
Minimum vertical distance to the edges of the screen.

Return value

Boolean
True if the passed point including margin is within of the current screen.
See also