点击或拖拽改变大小

RRectFromLTRB 方法

Creates a RRect structure with upper-left corner and lower-right corner at the specified locations.

命名空间:  DSkin.Html.Adapters.Entities
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public static RRect FromLTRB(
	double left,
	double top,
	double right,
	double bottom
)

参数

left
类型:SystemDouble
The x-coordinate of the upper-left corner of the rectangular region.
top
类型:SystemDouble
The y-coordinate of the upper-left corner of the rectangular region.
right
类型:SystemDouble
The x-coordinate of the lower-right corner of the rectangular region.
bottom
类型:SystemDouble
The y-coordinate of the lower-right corner of the rectangular region.

返回值

类型:RRect
The new RRect that this method creates.
参见