点击或拖拽改变大小

XLibXCreateSimpleWindow 方法

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <summary> 文档]

命名空间:  CPF.Linux
程序集:  CPF.Linux (在 CPF.Linux.dll 中) 版本:0.8.8.5
语法
C#
public static IntPtr XCreateSimpleWindow(
	IntPtr display,
	IntPtr parent,
	int x,
	int y,
	int width,
	int height,
	int border_width,
	IntPtr border,
	IntPtr background
)

参数

display
类型:SystemIntPtr

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="display"/> 文档]

parent
类型:SystemIntPtr

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="parent"/> 文档]

x
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="x"/> 文档]

y
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="y"/> 文档]

width
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="width"/> 文档]

height
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="height"/> 文档]

border_width
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="border_width"/> 文档]

border
类型:SystemIntPtr

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="border"/> 文档]

background
类型:SystemIntPtr

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <param name="background"/> 文档]

返回值

类型:IntPtr

[缺少 "M:CPF.Linux.XLib.XCreateSimpleWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)" 的 <returns> 文档]

参见