Version

MouseIsOver Method

Notifies the grid which cell the mouse is over.
Syntax
void MouseIsOver( 
   double x,
   double y
)

Parameters

x
The X position of the mouse.
y
The Y position of the mouse.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also