screen_y property
screen_y property
The vertical coordinate at which the event occurred relative to the origin of the screen coordinate system.
Definition:
@property
def screen_y(self):
    ...
@screen_y.setter
def screen_y(self, value):
    ...
See Also
- module aspose.svg.dom.events
- class MouseEvent