| 26 | void SetTopLeft(size_t val) { m_topLeft = val; } |
| 27 | size_t GetTopLeft() const { return m_topLeft; } |
| 28 | void SetTopRight(size_t val) { m_topRight = val; } |
| 29 | size_t GetTopRight() const { return m_topRight; } |
| 30 | void SetBottomLeft(size_t val) { m_bottomLeft = val; } |
| 31 | size_t GetBottomLeft() const { return m_bottomLeft; } |