RectangleD.Inflate 方法 (RectangleD, Double, Double)

边缘由指定的距离移动向外的副本。 该副本的中心不会移动。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

语法

声明
Public Shared Function Inflate ( _
    rectangle As RectangleD, _
    x As Double, _
    y As Double _
) As RectangleD
public static RectangleD Inflate(
    RectangleD rectangle,
    double x,
    double y
)

参数

  • x
    类型:System.Double
    离开中心的左右边框的数量。2x 提高整个宽度。
  • y
    类型:System.Double
    离开中心的顶部和底部边界的数量。2y 增加总高度。

返回值

类型:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

.NET Framework 安全性

请参见

参考

RectangleD 结构

Inflate 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间