MouseEventArgs.viewportPosition Property
Parent Object: MouseEventArgsDefined in namespace "adsk::core" and the header file is <Core/UserInterface/MouseEventArgs.h>
Description
Gets the coordinate of the mouse in viewport space, if the mouse is within a viewport. If the mouse is not over a viewport this property will return null.
Syntax
"mouseEventArgs_var" is a variable referencing a MouseEventArgs object.
|