GetViewportExtEx

此頁沒有內(nèi)容條目
內(nèi)容

GetViewportExtEx

VB聲明

Declare Function GetViewportExtEx Lib "gdi32" Alias "GetViewportExtEx" (ByVal hdc As Long, lpSize As SIZE) As Long

說明

獲取設備場景視口(viewport)范圍

返回值

Long,執(zhí)行成功為非零值,失敗為0

參數(shù)表

參數(shù)

類型及說明

hdc

Long,設備場景句柄

lpSize

SIZE,裝載DC視口水平和垂直范圍(以設備單元表示)的結(jié)構(gòu)

Top