点击或拖拽改变大小

RRectToString 方法

Converts the Location and Size of this RRect to a human-readable string.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public override string ToString()

返回值

类型:String
A string that contains the position, width, and height of this RRect structure for example, "{X=20, Y=20, Width=100, Height=50}".
参见