| 82 | } |
| 83 | |
| 84 | void DXSample::SetWindowBounds(int left, int top, int right, int bottom) |
| 85 | { |
| 86 | m_windowBounds.left = static_cast<LONG>(left); |
| 87 | m_windowBounds.top = static_cast<LONG>(top); |
| 88 | m_windowBounds.right = static_cast<LONG>(right); |
| 89 | m_windowBounds.bottom = static_cast<LONG>(bottom); |
| 90 | } |