![]() |
Paradox Game Engine
v1.0.0 beta06
|
#include <DirectXTex.h>
Public Member Functions | |
| Rect () | |
| Rect (size_t _x, size_t _y, size_t _w, size_t _h) | |
Public Attributes | |
| size_t | x |
| size_t | y |
| size_t | w |
| size_t | h |
Definition at line 559 of file DirectXTex.h.
| DirectX::Rect::Rect | ( | ) |
Definition at line 566 of file DirectXTex.h.
| DirectX::Rect::Rect | ( | size_t | _x, |
| size_t | _y, | ||
| size_t | _w, | ||
| size_t | _h | ||
| ) |
Definition at line 567 of file DirectXTex.h.
| size_t DirectX::Rect::h |
Definition at line 564 of file DirectXTex.h.
Referenced by DirectX::CopyRectangle().
| size_t DirectX::Rect::w |
Definition at line 563 of file DirectXTex.h.
Referenced by DirectX::CopyRectangle().
| size_t DirectX::Rect::x |
Definition at line 561 of file DirectXTex.h.
Referenced by DirectX::CopyRectangle().
| size_t DirectX::Rect::y |
Definition at line 562 of file DirectXTex.h.
Referenced by DirectX::CopyRectangle().