您当前的位置:《windows程序设计》听课笔记:12
《windows程序设计》听课笔记:12
hdc 设备描述表
GetDc RealeaseDc  BeginPaint EndPaint
DeleteDC   CreateDC GetDeviceCaps
SetPixel();   CLLORREFSetPixel(HDC,hdc, int x,int y,CLLORREFcrColor);
RGB();用于设置颜色
CreatePen(int fnPenStylem,int nWidthm,COLORREF crColor);建立逻辑笔;
 BOOL MoveToEx(HDC,hdc,int x,int y,LPPOINT lpPoint);用于客户区移动逻辑笔;    BOOL LineTO(HDC hdc,int nXEnd,int nYEnd);当前位置画线;
BOOL Ellipse(HDC hdc,int nLeftRect,int nTopRect,int nRightRect,int nBottomRect);画椭圆 ;
HGDIOBJ SelectObject(HDC hdc,HGDIOBJ hgdiobj);
 
 
 
收藏状态
收藏本课程的同学
相关课程