#include <BitmapUtil.h>
Public Member Functions | |
BackgroundTile () | |
BackgroundTile (const RefPoint &rpPTL, const RefPoint &rpPBR, const RefPoint &rpTL, const RefPoint &rpBR, EFillType eFH, EFillType eFV) | |
BackgroundTile (const BackgroundTile &bt) | |
BackgroundTile & | operator= (const BackgroundTile &bt) |
RefPoint | getPartTopLeft () const |
RefPoint | getPartBottomRight () const |
RefPoint | getTopLeft () const |
RefPoint | getBottomRight () const |
EFillType | getHorizontalFill () const |
EFillType | getVerticalFill () const |
Definition at line 110 of file BitmapUtil.h.
DecoratorSDK::BackgroundTile::BackgroundTile | ( | ) |
Definition at line 1156 of file BitmapUtil.cpp.
DecoratorSDK::BackgroundTile::BackgroundTile | ( | const RefPoint & | rpPTL, | |
const RefPoint & | rpPBR, | |||
const RefPoint & | rpTL, | |||
const RefPoint & | rpBR, | |||
EFillType | eFH, | |||
EFillType | eFV | |||
) |
Definition at line 1163 of file BitmapUtil.cpp.
DecoratorSDK::BackgroundTile::BackgroundTile | ( | const BackgroundTile & | bt | ) |
Definition at line 1168 of file BitmapUtil.cpp.
RefPoint DecoratorSDK::BackgroundTile::getBottomRight | ( | ) | const |
Definition at line 1202 of file BitmapUtil.cpp.
EFillType DecoratorSDK::BackgroundTile::getHorizontalFill | ( | ) | const |
Definition at line 1207 of file BitmapUtil.cpp.
RefPoint DecoratorSDK::BackgroundTile::getPartBottomRight | ( | ) | const |
Definition at line 1192 of file BitmapUtil.cpp.
RefPoint DecoratorSDK::BackgroundTile::getPartTopLeft | ( | ) | const |
Definition at line 1187 of file BitmapUtil.cpp.
RefPoint DecoratorSDK::BackgroundTile::getTopLeft | ( | ) | const |
Definition at line 1197 of file BitmapUtil.cpp.
EFillType DecoratorSDK::BackgroundTile::getVerticalFill | ( | ) | const |
Definition at line 1212 of file BitmapUtil.cpp.
BackgroundTile & DecoratorSDK::BackgroundTile::operator= | ( | const BackgroundTile & | bt | ) |
Definition at line 1174 of file BitmapUtil.cpp.