判断点是否在线段的外接矩形内
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll
语法
C# |
---|
public static bool IsPointInLineRect( Point2D point, Point2D pntStart, Point2D pntEnd, double tolerance ) |
参数
- point
- Type: SuperMap.Data..::.Point2D
- pntStart
- Type: SuperMap.Data..::.Point2D
- pntEnd
- Type: SuperMap.Data..::.Point2D
- tolerance
- Type: System..::.Double