Bitmap::Bitmap (INT,INT,Graphics*) 方法 (gdiplusheaders.h)
根據 Graphics 對象、寬度和高度建立 Bitmap::Bitmap 物件。
語法
void Bitmap(
[in] INT width,
[in] INT height,
[in] Graphics *target
);
參數
[in] width
類型: INT
整數,指定位圖的寬度,以像素為單位。
[in] height
類型: INT
整數,指定位圖的高度,以像素為單位。
[in] target
類型: 圖形*
Graphics 物件的指標,其中包含用來初始化特定屬性的資訊 (,例如,新 Bitmap::Bitmap 物件的每英吋點數) 。
傳回值
無
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | gdiplusheaders.h (包含 Gdiplus.h) |
程式庫 | Gdiplus.lib |
Dll | Gdiplus.dll |