Login Page - Create Account

Support Board


Date/Time: Sat, 05 Jul 2025 09:08:18 +0000



Post From: How to get the position of a text?

[2024-06-10 19:06:11]
User43 - Posts: 102
Hello,

in my study I draw some text using the s_UseTool.

tool.AddAsUserDrawnDrawing = 0;

How can I get the position of the resulting text on the screen?

I look for this to be able to recognize if a mouse interaction happened with the text.

Thanks