獲得的設備環境覆蓋了整個視窗(包括非客戶區),例如標題欄、選單、滾動條,以及框線。這使得程式能夠在非客戶區域實現自定義圖形,例如自定義標題或者框線。當不再需要該設備環境時,需要調用ReleaseDC函式釋放設備環境。注意,該函式只獲得通用設備環境,該設備環境的任何屬性改變都不會反映到視窗的私有或者類設備環境中(如果視窗有的話)!
api函式名(function):GetWindowDC
GetWindowDC 別名(alias):
GetWindowDC 庫名(library):User32
GetWindowDC 作業系統(os):Requires Windows NT 3.1 or later; Requires Windows 95 or later
GetWindowDC 參數表(parameter):
hwnd ----------- Long,將獲取其設備場景的視窗?hWndIdentifies the window with a device context that is to be retrieved.GetWindowDC 返回值(return):
Long,執行成功為視窗設備場景,失敗則為0 If the function succeeds, the return value is the handle of a device context for the specified window. If the function fails, the return value is NULL, indicating an error or an invalid hWnd parameter. GetWindowDC 說明(description):
獲取整個視窗(包括框線、滾動條、標題欄、選單等)的設備場景 The GetWindowDC function retrieves the device context (DC) for the entire window, including title bar, menus, and scroll bars. A window device context permits painting anywhere in a window, because the origin of the device context is the upper-left corner of the window instead of the client area.GetWindowDC 聲明(declare):
Declare Function GetWindowDC Lib "user32" Alias "GetWindowDC" (ByVal hwnd As Long) As Long GetWindowDC 例程(example):
Draw On ScreenWindowFromPointUsing Small FontsGetWindowDC .net對應函式(dotnet):
System.Windows.Forms.Form.CreateGraphics.GetHdc GetWindowDC .net例程(dotnet example):
GetWindowDC 相關函式(related):
GetDCWindowFromDC
不推薦在vb里使用這個函式。用完後一定要用ReleaseDC函式釋放場景
相關詞條
-
GetWindowDC
GetWindowDC,是電腦系統函式的一種,作用是獲得的設備環境覆蓋了整個視窗(包括非客戶區),例如標題欄、選單、滾動條,以及框線。注意,該函式只獲得...
-
WindowsAPI函式清單
WindowsAPI簡介:API的英文全稱(Application Programming Interface),WIN32 A...
WindowsAPI簡介: API函式清單: -
API函式
API概述定義作為一個編程初學者來說,API函式也許是一個時常耳聞卻感覺有些神秘的東西。單看它複雜的語法,就足令人望而生畏,但是...
API概述 函式大全 Escape 設備 內部函式 運算函式 -
MFC[C語言的圖形化界面語言]
定義過程MFC(MicrosoftFoundationClasses)是微軟基礎類庫的簡稱,是微軟公司實現的一個c++類庫,主要...
定義 MFC和Win32 -
設備上下文
,GetWindowDC取得與整個視窗(包括客戶區和非客戶區)相關的dc。 還有一類...
-
VisualC++編程全能詞典
《Visual C++編程全能詞典》是專門為廣大程式設計人員開發的高效編程學習軟體。使用方便、快捷,易操作,上手快。它是讀者學習的老師、技術查詢的工具、...
圖書信息 內 容 簡 介 前言 目 錄 精彩界面 -
CWnd
GetWindowDC 獲得整個視窗的顯示環境,包括標題條、選單和...
視窗類 默認的訊息處理函式 -
CreateDIBitmap
= CreateDIBitmap( GetWindowDC(NULL...
函式功能 函式原型 標誌 示例 -
ReleaseDC
,則返回值為0。注釋:每次調用GetWindowDC和GetDC函式檢索公用設備...