'宣言 Public Shared Function MoveWindow( _ ByVal hWnd As IntPtr, _ ByVal X As Integer, _ ByVal Y As Integer, _ ByVal nWidth As Integer, _ ByVal nHeight As Integer, _ ByVal bRepaint As Boolean _ ) As Boolean
public static bool MoveWindow( IntPtr hWnd, int X, int Y, int nWidth, int nHeight, bool bRepaint )
Win32 クラス Win32 メンバ