setwindowextex 設定視窗範圍
setviewportextex 設定視口範圍
setviewportorgex 設定原點
mm_isotropic 同比例縮放
mm_anisotropic 自由縮放
fillrect 填充矩形
framerect 矩形邊框
invertrect 翻轉矩形
setrect 矩形座標
offestrect 移動矩形
inflaterect 放大縮小
setrectempty 空矩形
copyrect 複製矩形
intersectrect 交集
unionrect 並集
isrectempty 檢測矩形是否為空
ptinrect 檢測乙個點是否在矩形中
第10天 Windows程式設計 簡單入門
如果學會了c語言的話,windows程式設計主要就是對api的應用。簡單進個門。字首資料型別 cchar 或 wchar 或 tchar bybyte 無符號字元 nshort 短整型 iint 整型 x,y int,表示 x 座標和 y 座標 cx,cy int,表示 x 或 y 的長度,c 表示...
第26天 Windows程式設計 區域!剪裁!
createrectrgn 建立矩形區域 createrectrgnindirect 建立矩形區域 createellipticrgn 建立橢圓形區域 createellipticrgnindirect 建立橢圓形區域 createpolygonrgn 建立多邊形區域 createpolypolyg...
程式設計練習生的第24天! html
什麼是 html?html 語言用於描述網頁。html 是指超文字標記語言 hyper text markup language html 不是一種程式語言,而是一種標記語言 標記語言是一套標記標籤 markup tag html 使用標記標籤來描述網頁 html 文件包含了html 標籤及文字內容...