RelationalOperatorHelperTouchesPointWithPolygon 方法 |
命名空间: GISShare.SMap.Geometry
public static bool TouchesPointWithPolygon( IPoint pPoint, IPolygon pPolygon )
Public Shared Function TouchesPointWithPolygon ( pPoint As IPoint, pPolygon As IPolygon ) As Boolean
public: static bool TouchesPointWithPolygon( IPoint^ pPoint, IPolygon^ pPolygon )
static member TouchesPointWithPolygon : pPoint : IPoint * pPolygon : IPolygon -> bool