-
System information:
QuestionsIt seems "FrmMainWindowsBound" is about initial position of the frame, but I can't find any explanation on its value, like "749;365;981;602", especially the last three numbers ( I guess the first one among the four numbers is the left coordinate of the rectangular window.) Also, what is the meaning of "FrmSettingsWindowsBound"? Many Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
Hi @ianqsong
https://github.com/d2phap/ImageGlass/blob/master/Source/ImageGlass/frmMain.cs#L2651 |
Beta Was this translation helpful? Give feedback.
-
I see. Thanks again. |
Beta Was this translation helpful? Give feedback.
-
It's same! |
Beta Was this translation helpful? Give feedback.
-
Actually I was wondering which frame the 4 numbers of "FrmSettingsWindowsBound" are setting -- I guess not the initial frame when ig starts. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Oh it's the Settings dialog (Ctrl+Shift+P) |
Beta Was this translation helpful? Give feedback.
Hi @ianqsong
Bound
contains 4 numbers to define a rectangle of the window:X;Y;Width;Height
X
andY
are coordinateshttps://github.com/d2phap/ImageGlass/blob/master/Source/ImageGlass/frmMain.cs#L2651