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