Gets the coordinate of the mouse in screen space.
# Get the value of the property.propertyValue = mouseEventArgs_var.position
#include <Core/UserInterface/MouseEventArgs.h>// Get the value of the property.Ptr<Point2D> propertyValue = mouseEventArgs_var->position();