点击或拖拽改变大小

RRect 构造函数 (Double, Double, Double, Double)

Initializes a new instance of the RRect class with the specified location and size.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public RRect(
	double x,
	double y,
	double width,
	double height
)

参数

x
类型:SystemDouble
The x-coordinate of the upper-left corner of the rectangle.
y
类型:SystemDouble
The y-coordinate of the upper-left corner of the rectangle.
width
类型:SystemDouble
The width of the rectangle.
height
类型:SystemDouble
The height of the rectangle.
参见