DefaultToolTolerancePointAB 方法 |
TolerancePointAB
命名空间:
GISShare.SMap.WinForm.Tool
程序集:
GISShare.SMap.WinForm (在 GISShare.SMap.WinForm.dll 中) 版本:1.9.1.6 (1.9.1.6)
语法protected bool TolerancePointAB(
int iX1,
int iY1,
int iX2,
int iY2
)
Protected Function TolerancePointAB (
iX1 As Integer,
iY1 As Integer,
iX2 As Integer,
iY2 As Integer
) As Boolean
protected:
bool TolerancePointAB(
int iX1,
int iY1,
int iX2,
int iY2
)
member TolerancePointAB :
iX1 : int *
iY1 : int *
iX2 : int *
iY2 : int -> bool
参数
- iX1
- 类型: SystemInt32
- iY1
- 类型: SystemInt32
- iX2
- 类型: SystemInt32
- iY2
- 类型: SystemInt32
返回值
类型:
Boolean返回TRUE 超出容差
参见