RectangleDInflate 方法 (RectangleD, Single, Single) |
参考 System.Drawing.Rectangle
命名空间:
System.Drawing
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法public static RectangleD Inflate(
RectangleD rect,
float x,
float y
)
Public Shared Function Inflate (
rect As RectangleD,
x As Single,
y As Single
) As RectangleD
public:
static RectangleD Inflate(
RectangleD rect,
float x,
float y
)
static member Inflate :
rect : RectangleD *
x : float32 *
y : float32 -> RectangleD
参数
- rect
- 类型: System.DrawingRectangleD
- x
- 类型: SystemSingle
- y
- 类型: SystemSingle
返回值
类型:
RectangleD
参见