BoundsPixels returns the outer bounding box rectangle of the Window, including decorations. For a Form, like *MainWindow or *Dialog, the rectangle is in screen coordinates, for a child Window the coordinates are relative to its parent.
()
| 59 | // coordinates, for a child Window the coordinates are relative to its |
| 60 | // parent. |
| 61 | BoundsPixels() Rectangle |
| 62 | |
| 63 | // BoundsChanged returns an *Event that you can attach to for handling bounds |
| 64 | // changed events for the Window. |
no outgoing calls
no test coverage detected