 | 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.MultiScreenAssembly: NetEti.MultiScreen (in NetEti.MultiScreen.dll) Version: 1.0.0+6dae38196d8eac9695b29c123b220fb2bfe07211
Syntaxpublic bool IsWithinActualScreenCoordinates(
Point point,
double horizontalMargin,
double verticalMargin
)
Public Function IsWithinActualScreenCoordinates (
point As Point,
horizontalMargin As Double,
verticalMargin As Double
) As Boolean
public:
bool IsWithinActualScreenCoordinates(
Point point,
double horizontalMargin,
double verticalMargin
)
member IsWithinActualScreenCoordinates :
point : Point *
horizontalMargin : float *
verticalMargin : float -> bool
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
BooleanTrue if the passed point including margin is within
of the current screen.
See also