#include <BitmapUtil.h>
Public Member Functions | |
RefPoint () | |
RefPoint (const RefCoord &rcX, const RefCoord &rcY) | |
RefPoint (const RefPoint &rp) | |
RefPoint & | operator= (const RefPoint rp) |
RefCoord | getX () const |
RefCoord | getY () const |
CPoint | calcPoint (long lWidth, long lHeight) |
Definition at line 73 of file BitmapUtil.h.
DecoratorSDK::RefPoint::RefPoint | ( | ) |
Definition at line 84 of file BitmapUtil.cpp.
Definition at line 88 of file BitmapUtil.cpp.
DecoratorSDK::RefPoint::RefPoint | ( | const RefPoint & | rp | ) |
Definition at line 93 of file BitmapUtil.cpp.
CPoint DecoratorSDK::RefPoint::calcPoint | ( | long | lWidth, | |
long | lHeight | |||
) |
Definition at line 117 of file BitmapUtil.cpp.
RefCoord DecoratorSDK::RefPoint::getX | ( | ) | const |
Definition at line 107 of file BitmapUtil.cpp.
RefCoord DecoratorSDK::RefPoint::getY | ( | ) | const |
Definition at line 112 of file BitmapUtil.cpp.
Definition at line 98 of file BitmapUtil.cpp.