2014年10月23日

StretchBlt

摘要: StretchBlt 函数功能:函数从源矩形中复制一个位图到目标矩形,必要时按目前目标设备设置的模式进行图像的拉伸或压缩。 函数原型:BOOL StretchBlt(HDC hdcDest, int nXOriginDest, intnYOriginDest, int nWidthDest, ... 阅读全文

posted @ 2014-10-23 23:44 Leadtheway 阅读(190) 评论(0) 推荐(0) 编辑

ExtFloodFill 可以填充不规则区域

摘要: ExtFloodFill functionTheExtFloodFillfunction fills an area of the display surface with the current brush.SyntaxC++BOOL ExtFloodFill( _In_HDC hdc, _In_... 阅读全文

posted @ 2014-10-23 22:09 Leadtheway 阅读(995) 评论(0) 推荐(0) 编辑

获取点颜色值 GetPixel

摘要: GetDIBits functionTheGetDIBitsfunction retrieves the bits of the specified compatible bitmap and copies them into a buffer as a DIB using the specifie... 阅读全文

posted @ 2014-10-23 21:36 Leadtheway 阅读(787) 评论(0) 推荐(0) 编辑

导航