Gwork: 0.3.0Dev
Gwk::Skin::Texturing::Bordered Struct Reference

#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

Texturem_texture
 
SubRect m_rects [9]
 
Margin m_margin
 
float m_width
 
float m_height
 

Detailed Description

Handle drawing a skinned textured rectangle. This consists of nine areas:

Areas:
0 1 2
3 4 5
6 7 8

Class Documentation

◆ Gwk::Skin::Texturing::Bordered::SubRect

struct Gwk::Skin::Texturing::Bordered::SubRect
Class Members
float m_uv[4]

Member Function Documentation

◆ Draw()

void Gwk::Skin::Texturing::Bordered::Draw ( Gwk::Renderer::Base render,
Gwk::Rect  r,
const Gwk::Color col = Gwk::Colors::White,
unsigned int  draw = ~0 
)
inline

Draw a segmented, textured rectangle for skinning.

Parameters
render- Renderer to use.
r- Rectangle to draw; outer edge.
col- Color. Tint?
draw- Bitfield specifying segments to draw.

The documentation for this struct was generated from the following file: