DotSpatial.Data.Extent.Intersection - sindizzy/DSW GitHub Wiki
Syntax
Intersection(DotSpatial.Data.Extent other) |
Summary
Calculates the intersection of this extent and the other extent. A result with a min greater than the max in either direction is considered invalid and represents no intersection. |
Name | Description |
---|---|
other | The other extent to intersect with. |