Click or drag to resize

NativeMethodWrapperSetWindowPosition Method

Version 75.1.140

[Missing <summary> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowPosition(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 75.1.140.0
Syntax
public static void SetWindowPosition(
	IntPtr handle,
	int x,
	int y,
	int width,
	int height
)

Parameters

handle
Type: SystemIntPtr

[Missing <param name="handle"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowPosition(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowPosition(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowPosition(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

width
Type: SystemInt32

[Missing <param name="width"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowPosition(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

height
Type: SystemInt32

[Missing <param name="height"/> documentation for "M:CefSharp.NativeMethodWrapper.SetWindowPosition(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also