#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. | |
| void OpenGUI::BrushImagery::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 the given rect.
| void OpenGUI::BrushImagery::drawImage | ( | const ImageryPtr & | imageryPtr, | |
| const FVector2 & | position, | |||
| const FVector2 & | size | |||
| ) |
Draws the given Imagery at the given position and size.
| void OpenGUI::BrushImagery::drawImage | ( | const ImageryPtr & | imageryPtr, | |
| const FRect & | rect | |||
| ) |
Draws the given Imagery using the given rect.
| void OpenGUI::BrushImagery::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 OpenGUI::BrushImagery::drawImageUnscaled | ( | const ImageryPtr & | imageryPtr, | |
| const FVector2 & | position | |||
| ) |
Draws the given Imagery at the given position at it's native pixel size.
| void OpenGUI::BrushImagery::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.