#include <UiEditZoom.h>
继承自UiWin。
公有成员 | |
| MZFC_INLINE HBITMAP | GetBitMap () |
| virtual void | PaintWin (HDC hdcDst, RECT *prcWin, RECT *prcUpdate) |
| Draw the control on the destinate DC. | |
| MZFC_INLINE void | SetBitMap (HBITMAP hbm) |
| MZFC_INLINE void | SetRelatedEdit (UiWin *p) |
| UiEditZoom (void) | |
| void | UpdatePos (int nCenterX, int nCenterY) |
| virtual | ~UiEditZoom (void) |
| UiEditZoom::UiEditZoom | ( | void | ) |
| virtual UiEditZoom::~UiEditZoom | ( | void | ) | [virtual] |
| MZFC_INLINE HBITMAP UiEditZoom::GetBitMap | ( | ) |
| virtual void UiEditZoom::PaintWin | ( | HDC | hdcDst, | |
| RECT * | prcWin, | |||
| RECT * | prcUpdate | |||
| ) | [virtual] |
Draw the control on the destinate DC.
Override this member function to define your own drawings of the control
| hdcDst | Destinate device contact | |
| prcWin | The Rect of the control(hdc 's left-top is the origin) | |
| prcUpdate | Rect of the hdc that need to be update(hdc 's left-top is the origin) |
重载UiWin。
| MZFC_INLINE void UiEditZoom::SetBitMap | ( | HBITMAP | hbm | ) |
| MZFC_INLINE void UiEditZoom::SetRelatedEdit | ( | UiWin * | p | ) |
| void UiEditZoom::UpdatePos | ( | int | nCenterX, | |
| int | nCenterY | |||
| ) |