'Declaration
Public Shared Function OffsetViewportOrgEx( _ ByVal hDC As System.IntPtr, _ ByVal nXOffset As System.Integer, _ ByVal nYOffset As System.Integer, _ ByRef pt As System.Drawing.Point _ ) As System.Boolean
'Usage
Dim hDC As System.IntPtr Dim nXOffset As System.Integer Dim nYOffset As System.Integer Dim pt As System.Drawing.Point Dim value As System.Boolean value = NGdi32.OffsetViewportOrgEx(hDC, nXOffset, nYOffset, pt)
Parameters
- hDC
- nXOffset
- nYOffset
- pt