点击或拖拽改变大小

XLibXPutImage 方法

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

命名空间:  CPF.Linux
程序集:  CPF.Linux (在 CPF.Linux.dll 中) 版本:0.8.8.5
语法
C#
public static int XPutImage(
	IntPtr display,
	IntPtr drawable,
	IntPtr gc,
	ref XImage image,
	int srcx,
	int srcy,
	int destx,
	int desty,
	uint width,
	uint height
)

参数

display
类型:SystemIntPtr

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

drawable
类型:SystemIntPtr

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

gc
类型:SystemIntPtr

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

image
类型:CPF.LinuxXImage

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

srcx
类型:SystemInt32

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

srcy
类型:SystemInt32

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

destx
类型:SystemInt32

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

desty
类型:SystemInt32

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

width
类型:SystemUInt32

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

height
类型:SystemUInt32

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

返回值

类型:Int32

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

参见