IWindowControllerSetBounds メソッド (Int32, Int32, Int32, Int32, WindowInsertAfter, WindowPositionFlags)

ウィンドウの位置と範囲を設定します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
void SetBounds(
	int left,
	int top,
	int width,
	int height,
	WindowInsertAfter windowInsertAfter,
	WindowPositionFlags windowPositionFlags
)

パラメーター

left
型: SystemInt32
横の位置
top
型: SystemInt32
縦の位置
width
型: SystemInt32
横の範囲
height
型: SystemInt32
縦の範囲
windowInsertAfter
型: KeyToKey.EnumsWindowInsertAfter
ウィンドウの順序(Zオーダー)
windowPositionFlags
型: KeyToKey.EnumsWindowPositionFlags
フラグ
関連項目