SetBoundsPixels sets 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.
(value Rectangle)
| 235 | // coordinates, for a child Window the coordinates are relative to its |
| 236 | // parent. |
| 237 | SetBoundsPixels(value Rectangle) error |
| 238 | |
| 239 | // SetClientSize sets the size of the inner bounding box of the Window, |
| 240 | // excluding decorations. |
no outgoing calls
no test coverage detected