 | 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.MultiScreenAssembly: NetEti.MultiScreen (in NetEti.MultiScreen.dll) Version: 1.0.0+6dae38196d8eac9695b29c123b220fb2bfe07211
Syntaxpublic Point GetNextPointWithinActualScreenCoordinates(
Point point
)
Public Function GetNextPointWithinActualScreenCoordinates (
point As Point
) As Point
public:
Point GetNextPointWithinActualScreenCoordinates(
Point point
)
member GetNextPointWithinActualScreenCoordinates :
point : Point -> Point
Parameters
- point Point
- Point that may not be within the current screen.
Return value
PointPoint that is always within the current screen.
See also