IGlobalsSetWindowPosition メソッド

注意: このAPIは廃止予定です。

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

名前空間:  KeyToKey.Plugins
アセンブリ:  KeyToKey.Plugins (in KeyToKey.Plugins.dll) バージョン: 1.0.0.0 (1.0.0.0)
構文
C#
[ObsoleteAttribute("【廃止予定】MakeWindowHandler(IntPtr windowHandle)を使用してください。")]
bool SetWindowPosition(
	IntPtr handle,
	WindowInsertAfter instance,
	int x,
	int y,
	int width,
	int height,
	WindowPositionFlags flags
)

パラメーター

handle
型: SystemIntPtr

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

戻り値

型: Boolean

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

関連項目