IWindowSetWindowPosition メソッド

ウィンドウの位置や幅、Zオーダーを設定します。

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
bool SetWindowPosition(
	IntPtr handle,
	WindowInsertAfter instance,
	int x,
	int y,
	int width,
	int height,
	WindowPositionFlags flags
)

パラメーター

handle
型: SystemIntPtr

["M:KeyToKey.Plugins.IWindow.SetWindowPosition(System.IntPtr,KeyToKey.Enums.WindowInsertAfter,System.Int32,System.Int32,System.Int32,System.Int32,KeyToKey.Enums.WindowPositionFlags)"に対する<param name="handle"/>がありません

instance
型: KeyToKey.EnumsWindowInsertAfter

["M:KeyToKey.Plugins.IWindow.SetWindowPosition(System.IntPtr,KeyToKey.Enums.WindowInsertAfter,System.Int32,System.Int32,System.Int32,System.Int32,KeyToKey.Enums.WindowPositionFlags)"に対する<param name="instance"/>がありません

x
型: SystemInt32

["M:KeyToKey.Plugins.IWindow.SetWindowPosition(System.IntPtr,KeyToKey.Enums.WindowInsertAfter,System.Int32,System.Int32,System.Int32,System.Int32,KeyToKey.Enums.WindowPositionFlags)"に対する<param name="x"/>がありません

y
型: SystemInt32

["M:KeyToKey.Plugins.IWindow.SetWindowPosition(System.IntPtr,KeyToKey.Enums.WindowInsertAfter,System.Int32,System.Int32,System.Int32,System.Int32,KeyToKey.Enums.WindowPositionFlags)"に対する<param name="y"/>がありません

width
型: SystemInt32

["M:KeyToKey.Plugins.IWindow.SetWindowPosition(System.IntPtr,KeyToKey.Enums.WindowInsertAfter,System.Int32,System.Int32,System.Int32,System.Int32,KeyToKey.Enums.WindowPositionFlags)"に対する<param name="width"/>がありません

height
型: SystemInt32

["M:KeyToKey.Plugins.IWindow.SetWindowPosition(System.IntPtr,KeyToKey.Enums.WindowInsertAfter,System.Int32,System.Int32,System.Int32,System.Int32,KeyToKey.Enums.WindowPositionFlags)"に対する<param name="height"/>がありません

flags
型: KeyToKey.EnumsWindowPositionFlags

["M:KeyToKey.Plugins.IWindow.SetWindowPosition(System.IntPtr,KeyToKey.Enums.WindowInsertAfter,System.Int32,System.Int32,System.Int32,System.Int32,KeyToKey.Enums.WindowPositionFlags)"に対する<param name="flags"/>がありません

戻り値

型: Boolean

["M:KeyToKey.Plugins.IWindow.SetWindowPosition(System.IntPtr,KeyToKey.Enums.WindowInsertAfter,System.Int32,System.Int32,System.Int32,System.Int32,KeyToKey.Enums.WindowPositionFlags)"に対する<returns>がありません]

関連項目