RectangleD.Inflate 方法 (Double, Double)

边缘由指定的距离移动向外的副本并将中心位于同一位置。

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

语法

声明
Public Sub Inflate ( _
    x As Double, _
    y As Double _
)
public void Inflate(
    double x,
    double y
)

参数

  • x
    类型:System.Double
    的距离移动左右边缘的。2x 增加其宽度。
  • y
    类型:System.Double
    的距离移动上下的。2y 递增高度。

.NET Framework 安全性

请参见

参考

RectangleD 结构

Inflate 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间