参考 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
)
Public Shared Function FromLTRB (
left As Double,
top As Double,
right As Double,
bottom As Double
) As RectangleD
public:
static RectangleD FromLTRB(
double left,
double top,
double right,
double bottom
)
static member FromLTRB :
left : float *
top : float *
right : float *
bottom : float -> RectangleD
参数
- left
- 类型: SystemDouble
- top
- 类型: SystemDouble
- right
- 类型: SystemDouble
- bottom
- 类型: SystemDouble
返回值
类型:
RectangleD
参见