点击或拖拽改变大小

NativeMethodsGetTextExtentPoint32 方法

[缺少 "M:DSkin.NativeMethods.GetTextExtentPoint32(System.IntPtr,System.String,System.Int32,System.Drawing.Size@)" 的 <summary> 文档]

命名空间:  DSkin
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static int GetTextExtentPoint32(
	IntPtr hdc,
	string str,
	int len,
	ref Size size
)

参数

hdc
类型:SystemIntPtr

[缺少 "M:DSkin.NativeMethods.GetTextExtentPoint32(System.IntPtr,System.String,System.Int32,System.Drawing.Size@)" 的 <param name="hdc"/> 文档]

str
类型:SystemString

[缺少 "M:DSkin.NativeMethods.GetTextExtentPoint32(System.IntPtr,System.String,System.Int32,System.Drawing.Size@)" 的 <param name="str"/> 文档]

len
类型:SystemInt32

[缺少 "M:DSkin.NativeMethods.GetTextExtentPoint32(System.IntPtr,System.String,System.Int32,System.Drawing.Size@)" 的 <param name="len"/> 文档]

size
类型:System.DrawingSize

[缺少 "M:DSkin.NativeMethods.GetTextExtentPoint32(System.IntPtr,System.String,System.Int32,System.Drawing.Size@)" 的 <param name="size"/> 文档]

返回值

类型:Int32

[缺少 "M:DSkin.NativeMethods.GetTextExtentPoint32(System.IntPtr,System.String,System.Int32,System.Drawing.Size@)" 的 <returns> 文档]

参见