Gwork: 0.3.0Dev |
#include <Texturing.h>
Classes | |
struct | SubRect |
Public Member Functions | |
void | Init (Texture *texture, float x, float y, float w, float h, Margin in_margin, float DrawMarginScale=1.0f) |
void | SetRect (int iNum, float x, float y, float w, float h) |
void | Draw (Gwk::Renderer::Base *render, Gwk::Rect r, const Gwk::Color &col=Gwk::Colors::White, unsigned int draw=~0) |
void | DrawRect (Gwk::Renderer::Base *render, int i, int x, int y, int w, int h) |
Public Attributes | |
Texture * | m_texture |
SubRect | m_rects [9] |
Margin | m_margin |
float | m_width |
float | m_height |
Handle drawing a skinned textured rectangle. This consists of nine areas:
Areas: | ||
---|---|---|
0 | 1 | 2 |
3 | 4 | 5 |
6 | 7 | 8 |
|
inline |
Draw a segmented, textured rectangle for skinning.
render | - Renderer to use. |
r | - Rectangle to draw; outer edge. |
col | - Color. Tint? |
draw | - Bitfield specifying segments to draw. |