 | ScreenInfoIsWithinActualScreenCoordinates(Point) method |
True if the passed point is 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
)
Public Function IsWithinActualScreenCoordinates (
point As Point
) As Boolean
public:
bool IsWithinActualScreenCoordinates(
Point point
)
member IsWithinActualScreenCoordinates :
point : Point -> bool
Parameters
- point Point
- Point to be checked.
Return value
BooleanTrue if the transferred point is within the current
screen is located.
See also