Declare Function CreateRectRgn Lib "gdi32" (ByVal X1 As Long, ByVal Y1 As Long, ByVal X2 As Long, ByVal Y2 As Long) As Long
[說明]
創建一個由點X1,Y1和X2,Y2描述的矩形區域
[參數表]
X1,Y1 ---------- Long,矩形左上角X,Y坐標
X2,Y2 ---------- Long,矩形右下角X,Y坐標
[返回值]
Long,執行成功為區域句柄,失敗則為零
[其它]
不用時一定要用 DeleteObject函式刪除該區域
這個矩形的下邊和右邊不包含在區域之內
相關詞條
-
CreateRectRgn
"X1
-
CLOVER程式
) ; hRgnTemp【4】 = CreateRectRgn (0, 0...】 = CreateRectRgn (0, 0, 1, 1... = CreateRectRgn (0, 0, 1, 1...
介紹 說明 -
SetRectRgn
與CreateRectRgn相同,只是它是設定一個已存在區域而不是創建一個...
-
CreateRectRgnIndirect
CreateRectRgn的註解 ...
-
SelectObject
, CreatePolygonRgn, CreateRectRgn...
介紹 示例 -
API函式
API概述定義作為一個編程初學者來說,API函式也許是一個時常耳聞卻感覺有些神秘的東西。單看它複雜的語法,就足令人望而生畏,但是...
API概述 函式大全 Escape 設備 內部函式 運算函式 -
WindowsAPI函式清單
WindowsAPI簡介:API的英文全稱(Application Programming Interface),WIN32 A...
WindowsAPI簡介: API函式清單: