'Declaration
Public Overloads Shared Function SetViewportOrgEx( _ ByVal hDC As System.IntPtr, _ ByVal x As System.Integer, _ ByVal y As System.Integer, _ ByVal point As NWin32.POINT _ ) As System.Boolean
'Usage
Dim hDC As System.IntPtr Dim x As System.Integer Dim y As System.Integer Dim point As NWin32.POINT Dim value As System.Boolean value = NGdi32.SetViewportOrgEx(hDC, x, y, point)
public static System.bool SetViewportOrgEx( System.IntPtr hDC, System.int x, System.int y, out NWin32.POINT point )
Parameters
- hDC
- x
- y
- point