点击或拖拽改变大小

XLibXCreateWindow 方法 (IntPtr, IntPtr, Int32, Int32, UInt32, UInt32, UInt32, Int32, UInt32, IntPtr, UInt64, XSetWindowAttributes)

[缺少 "M:CPF.Linux.XLib.XCreateWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.UInt32,System.UInt32,System.UInt32,System.Int32,System.UInt32,System.IntPtr,System.UInt64,CPF.Linux.XSetWindowAttributes@)" 的 <summary> 文档]

命名空间:  CPF.Linux
程序集:  CPF.Linux (在 CPF.Linux.dll 中) 版本:0.8.8.5
语法
C#
public static IntPtr XCreateWindow(
	IntPtr display,
	IntPtr parent,
	int x,
	int y,
	uint width,
	uint height,
	uint border_width,
	int depth,
	uint class,
	IntPtr visual,
	ulong valuemask,
	ref XSetWindowAttributes attributes
)

参数

display
类型:SystemIntPtr

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

parent
类型:SystemIntPtr

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

x
类型:SystemInt32

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

y
类型:SystemInt32

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

width
类型:SystemUInt32

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

height
类型:SystemUInt32

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

border_width
类型:SystemUInt32

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

depth
类型:SystemInt32

[缺少 "M:CPF.Linux.XLib.XCreateWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.UInt32,System.UInt32,System.UInt32,System.Int32,System.UInt32,System.IntPtr,System.UInt64,CPF.Linux.XSetWindowAttributes@)" 的 <param name="depth"/> 文档]

class
类型:SystemUInt32

[缺少 "M:CPF.Linux.XLib.XCreateWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.UInt32,System.UInt32,System.UInt32,System.Int32,System.UInt32,System.IntPtr,System.UInt64,CPF.Linux.XSetWindowAttributes@)" 的 <param name="class"/> 文档]

visual
类型:SystemIntPtr

[缺少 "M:CPF.Linux.XLib.XCreateWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.UInt32,System.UInt32,System.UInt32,System.Int32,System.UInt32,System.IntPtr,System.UInt64,CPF.Linux.XSetWindowAttributes@)" 的 <param name="visual"/> 文档]

valuemask
类型:SystemUInt64

[缺少 "M:CPF.Linux.XLib.XCreateWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.UInt32,System.UInt32,System.UInt32,System.Int32,System.UInt32,System.IntPtr,System.UInt64,CPF.Linux.XSetWindowAttributes@)" 的 <param name="valuemask"/> 文档]

attributes
类型:CPF.LinuxXSetWindowAttributes

[缺少 "M:CPF.Linux.XLib.XCreateWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.UInt32,System.UInt32,System.UInt32,System.Int32,System.UInt32,System.IntPtr,System.UInt64,CPF.Linux.XSetWindowAttributes@)" 的 <param name="attributes"/> 文档]

返回值

类型:IntPtr

[缺少 "M:CPF.Linux.XLib.XCreateWindow(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.UInt32,System.UInt32,System.UInt32,System.Int32,System.UInt32,System.IntPtr,System.UInt64,CPF.Linux.XSetWindowAttributes@)" 的 <returns> 文档]

参见