#include <UiFillColor.h>
继承自UiWin。
公有成员 | |
| COLORREF | GetColor () |
| void | PaintWin (HDC hdcDst, RECT *prcWin, RECT *prcUpdate) |
| Draw the control on the destinate DC. | |
| void | SetColor (COLORREF clr) |
| set the color | |
| UiFillColor (void) | |
| ~UiFillColor (void) | |
| UiFillColor::UiFillColor | ( | void | ) |
| UiFillColor::~UiFillColor | ( | void | ) |
| COLORREF UiFillColor::GetColor | ( | ) |
| void UiFillColor::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。
| void UiFillColor::SetColor | ( | COLORREF | clr | ) |
set the color