点击或拖拽改变大小

PixelRectToString 方法 (IFormatProvider)

Creates a string representation of this object based on the IFormatProvider passed in. If the provider is null, the CurrentCulture is used.

命名空间:  CPF
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public string ToString(
	IFormatProvider provider
)

参数

provider
类型:SystemIFormatProvider

[缺少 "M:CPF.PixelRect.ToString(System.IFormatProvider)" 的 <param name="provider"/> 文档]

返回值

类型:String
A string representation of this object.
参见