AppEasy Core SDK
1.5.0
Cross platform mobile and desktop app and game development SDK - The easy way to make apps
|
#include <CzBrush.h>
Public Member Functions | |
void | setScalableArea (int x, int y, int w, int h) |
void | setScalableArea (const CzIRect &rc) |
CzIRect | getScalableArea () const |
CzBrushImage9 () | |
Protected Attributes | |
CzIRect | ScaleArea |
CzBrushImage9::CzBrushImage9 | ( | ) | [inline] |
CzIRect CzBrushImage9::getScalableArea | ( | ) | const [inline] |
void CzBrushImage9::setScalableArea | ( | int | x, |
int | y, | ||
int | w, | ||
int | h | ||
) | [inline] |
void CzBrushImage9::setScalableArea | ( | const CzIRect & | rc | ) | [inline] |
CzIRect CzBrushImage9::ScaleArea [protected] |