点击或拖拽改变大小

NativeMethodsGetTextExtentExPoint 方法

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

命名空间:  DSkin
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static bool GetTextExtentExPoint(
	IntPtr hDc,
	string str,
	int nLength,
	int nMaxExtent,
	int[] lpnFit,
	int[] alpDx,
	ref Size size
)

参数

hDc
类型:SystemIntPtr

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

str
类型:SystemString

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

nLength
类型:SystemInt32

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

nMaxExtent
类型:SystemInt32

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

lpnFit
类型:SystemInt32

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

alpDx
类型:SystemInt32

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

size
类型:System.DrawingSize

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

返回值

类型:Boolean

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

参见