How to get screen space
-
Hi,
The position information of the screen space obtained using BaseView.WS() is that the upper left corner of the c4d view is the origin (x=0, y=0).How to convert it to the position of the entire computer screen?
Thanks for any help! -
Hi @chuanzhen the correct way would be to use BaseDraw::GetFrameScreen, unfortunately it is currently not working, I've informed the responsible dev, and a fix will most likely happen, I will update this topic, once the fix have been published.
Cheers,
Maxime -
@m_adam Thanks!