Search:     Advanced search

function MouseX

Article ID: 303
Last updated: 24 Sep, 2010
Views: 882
Posted: 11 Dec, 2008
by Thomas B.
Updated: 24 Sep, 2010
by Murray D.

 

Description:

Returns MousePosition.X on the image.

Notes:

Shows a message with the current MouseX Position.

Pascal Example:

ShowMessage('MouseX: ' + IntToStr(MouseX));

Visual Basic Example:

ShowMessage("MouseX: " + IntToStr(MouseX))


Enterprise and Developer editions

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
function ScaleY     Function MouseY