SetViewportOrgEx

機能
指定のデバイスコンテキストのビューポートの基準点の座標を設定する
Declare Function SetViewportOrgEx Lib "gdi32.dll" _
(ByVal hdc As Long, lpPoint As POINTAPI) As Long
Declare Function SetViewportOrgEx Lib "gdi32.dll" _
(ByVal hdc As Integer, lpPoint As POINTAPI) As Integer

BOOL SetViewportOrgEx(
HDC hdc,
int X,
int Y,
LPPOINT lpPoint
);
引数
hdc

デバイスコンテキストのハンドル
lpPoint
(戻り値)座標を受け取るPOINTAPI構造体
戻り値
正常終了のとき                                    0以外
エラーのとき                                      0