'Declaration Public Shared Function MoveTo( _ ByVal hdc As IntPtr, _ ByVal x As Integer, _ ByVal y As Integer _ ) As Boolean
'Declaration
Public Shared Function MoveTo( _ ByVal hdc As IntPtr, _ ByVal x As Integer, _ ByVal y As Integer _ ) As Boolean
public static bool MoveTo( IntPtr hdc, int x, int y )
Win32 Class Win32 Members