#include <OpenGUI_Brush.h>
Public Member Functions | |
| void | drawImage (const ImageryPtr &imageryPtr, const FRect &rect) |
| Draws the given Imagery using the given rect. | |
| void | drawImage (const ImageryPtr &imageryPtr, const FVector2 &position, const FVector2 &size) |
| Draws the given Imagery at the given position and size. | |
| void | drawImageUnscaled (const ImageryPtr &imageryPtr, const FVector2 &position) |
| Draws the given Imagery at the given position at it's native pixel size. | |
| void | drawImageTiled (const ImageryPtr &imageryPtr, const FRect &rect, float x_tiles, float y_tiles) |
| Draws the given Imagery filling the given rect using the given number of tiles. | |
| void | drawImageUnscaledAndTiled (const ImageryPtr &imageryPtr, const FRect &rect) |
| Draws the given Imagery at the given position at it's native pixel size, tiling or clipping it as necessary to fill the area. | |
| void | drawFace (const FacePtr &facePtr, const FRect &rect) |
| Draws the given Face, filling the given rect. | |
| void | drawFace (const FacePtr &facePtr, const FVector2 &position, const FVector2 &size) |
| Draws the given Face, filling a rect constructed from the given position and size. | |
|
||||||||||||||||
|
Draws the given Face, filling a rect constructed from the given position and size.
|
|
||||||||||||
|
Draws the given Face, filling the given rect.
|
|
||||||||||||||||
|
Draws the given Imagery at the given position and size.
|
|
||||||||||||
|
Draws the given Imagery using the given rect.
|
|
||||||||||||||||||||
|
Draws the given Imagery filling the given rect using the given number of tiles.
|
|
||||||||||||
|
Draws the given Imagery at the given position at it's native pixel size.
|
|
||||||||||||
|
Draws the given Imagery at the given position at it's native pixel size, tiling or clipping it as necessary to fill the area.
|