バージョン

MoveWindowAction コンストラクタ

新しい MoveWindowAction を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal window As PaneToolWindow, _
   ByVal oldLocation As Point, _
   ByVal newLocation As Point _
)
public MoveWindowAction( 
   PaneToolWindow window,
   Point oldLocation,
   Point newLocation
)

パラメータ

window
移動されるウィンドウ
oldLocation
ウインドウの元の位置
newLocation
ウインドウの新しいの位置
参照