Table of Contents

Method Intersect

Namespace
Pinwheel.Vista.RealWorldData
Assembly
Pinwheel.Vista.RealWorldData.Runtime.dll

Intersect(GeoRect, GeoRect)

Tests whether two rectangles overlap.

public static bool Intersect(GeoRect a, GeoRect b)

Parameters

a GeoRect

First rectangle.

b GeoRect

Second rectangle.

Returns

bool

true if the rectangles overlap and both have non-zero area.