GetViewportOrgEx 函式會擷取指定裝置內容的檢視區原點 x 座標和 Y 座標。語法cpp 複製 BOOL GetViewportOrgEx( [in] HDC hdc, [out] LPPOINT lppoint ); 參數[in] hdc裝置內容的句柄。[out] lppoint以裝置單位接收原點座標之 POINT 結構的指標。
GetViewportOrgEx,GetViewportOrgEx是一则函数,函数原型:BOOL GetViewportOrgEx(HDC hdc, LPPOINT lpPoint);。
GetViewportOrgEx( HDC hdc, LPPOINT lpPoint ); Parameters hdc [in] Handle to the device context. lpPoint [out] Pointer to aPOINTstructure that receives the origin, in device units. Return Value A nonzero value indicates success. Zero indicates failure. To get extended error information, cal...
GetViewportOrgEx (Windows CE 5.0) Microsoft Learn Challenge Nov 23, 2024 – Jan 10, 2025 अभी पंजीकरण करें अलर्ट रद्द करें Learn पता लगाएँ...
GetViewportOrgEx The GetViewportOrgEx function retrieves the x-coordinates and y-coordinates of the viewport origin for the specified device context. BOOL GetViewportOrgEx( HDC hdc, // handle of device context LPPOINT lpPoint // address of structure receiving the viewport origin ); Parameters...
GetViewportOrgEx函数检索指定设备上下文的视区原点的 x 坐标和 y 坐标。 语法 C++复制 BOOLGetViewportOrgEx( [in] HDC hdc, [out] LPPOINT lppoint ); 参数 [in] hdc 设备上下文的句柄。 [out] lppoint 指向POINT结构的指针,该结构接收原点坐标(以设备单位为单位)。
GetViewportOrgEx函数检索指定设备上下文的视区原点的 x 坐标和 y 坐标。 语法 C++复制 BOOLGetViewportOrgEx( [in] HDC hdc, [out] LPPOINT lppoint ); 参数 [in] hdc 设备上下文的句柄。 [out] lppoint 指向POINT结构的指针,该结构接收原点坐标(以设备单位为单位)。
GetViewportOrgEx是一则函数,函数原型:BOOL GetViewportOrgEx(HDC hdc, LPPOINT lpPoint);。 基本信息 中文名 GetViewportOrgEx 原型 BOOL GetViewportOrgEx 参数 hdc:指向设备环境的句柄 函数功能:该函数为指定设备环境获取坐标原点的X坐标和Y坐标。 函数原型:B360百科OOL GetViewportOrgEx(HDC hdc, LPPOINT lpPo...
GetViewportOrgEx函式會擷取指定裝置內容的檢視區原點 x 座標和 Y 座標。 語法 C++複製 BOOLGetViewportOrgEx( [in] HDC hdc, [out] LPPOINT lppoint ); 參數 [in] hdc 裝置內容的句柄。 [out] lppoint 以裝置單位接收原點座標之POINT結構的指標。