| 303 | /// Gets the window size (including border). |
| 304 | /// </summary> |
| 305 | API_PROPERTY() virtual Float2 GetSize() const |
| 306 | { |
| 307 | return _clientSize; |
| 308 | } |
| 309 | |
| 310 | /// <summary> |
| 311 | /// Gets the size of the client area of the window (not including border). |