ShapeElement.FindFreeArea 方法
查找在网格的空白区域形状的。
命名空间: Microsoft.VisualStudio.Modeling.Diagrams
程序集: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)
语法
声明
Public Function FindFreeArea ( _
aimForX As Double, _
aimForY As Double, _
averageConnectivityX As Double, _
averageConnectivityY As Double, _
spacingX As Double, _
spacingY As Double, _
areaDeltaX As Double, _
areaDeltaY As Double, _
boundsX0 As Double, _
boundsY0 As Double, _
boundsX1 As Double, _
boundsY1 As Double _
) As PointD
public PointD FindFreeArea(
double aimForX,
double aimForY,
double averageConnectivityX,
double averageConnectivityY,
double spacingX,
double spacingY,
double areaDeltaX,
double areaDeltaY,
double boundsX0,
double boundsY0,
double boundsX1,
double boundsY1
)
参数
- aimForX
类型:System.Double
x 坐标搜索应启动的位置。
- aimForY
类型:System.Double
y 坐标搜索应启动的位置。
- averageConnectivityX
类型:System.Double
的 x 坐标连接点。
- averageConnectivityY
类型:System.Double
y 坐标的连接点。
- spacingX
类型:System.Double
为增量的 x 坐标在网格中。
- spacingY
类型:System.Double
为增量的 y 坐标。网格。
- areaDeltaX
类型:System.Double
查找区域的增量的 x 坐标。
- areaDeltaY
类型:System.Double
查找区域的增量的 y 坐标。
- boundsX0
类型:System.Double
搜索左侧的区域内。
- boundsY0
类型:System.Double
搜索底部区域中。
- boundsX1
类型:System.Double
搜索正确的区域内。
- boundsY1
类型:System.Double
搜索的顶部区域中。
返回值
类型:Microsoft.VisualStudio.Modeling.Diagrams.PointD
在空区域值。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。