点击或拖拽改变大小

RectangleDFromLTRB 方法

参考 System.Drawing.Rectangle

命名空间:  System.Drawing
程序集:  GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法
public static RectangleD FromLTRB(
	double left,
	double top,
	double right,
	double bottom
)

参数

left
类型: SystemDouble
top
类型: SystemDouble
right
类型: SystemDouble
bottom
类型: SystemDouble

返回值

类型: RectangleD
参见