[]
public static extern bool MoveToEx(IntPtr hdc, int x, int y, ref Win32.POINT lpPoint)
Public Shared Function MoveToEx(hdc As IntPtr, x As Integer, y As Integer, ByRef lpPoint As Win32.POINT) As Boolean
| Type | Name | Description |
|---|---|---|
| IntPtr | hdc | |
| int | x | |
| int | y | |
| Win32.POINT | lpPoint |
| Type | Description |
|---|---|
| bool |