点击或拖拽改变大小

XLibXCreatePixmapCursor 方法

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

命名空间:  CPF.Linux
程序集:  CPF.Linux (在 CPF.Linux.dll 中) 版本:0.8.8.5
语法
C#
public static IntPtr XCreatePixmapCursor(
	IntPtr display,
	IntPtr source,
	IntPtr mask,
	ref XColor foreground_color,
	ref XColor background_color,
	int x_hot,
	int y_hot
)

参数

display
类型:SystemIntPtr

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

source
类型:SystemIntPtr

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

mask
类型:SystemIntPtr

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

foreground_color
类型:CPF.LinuxXColor

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

background_color
类型:CPF.LinuxXColor

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

x_hot
类型:SystemInt32

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

y_hot
类型:SystemInt32

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

返回值

类型:IntPtr

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

参见