Table of Contents

Interface IExamineSpatialRectangle

Namespace
Examine.Search
Assembly
Examine.Core.dll

Spatial Rectangle Shape

public interface IExamineSpatialRectangle : IExamineSpatialShape
Inherited Members

Properties

MaxX

The right edge of the X coordinate.

double MaxX { get; }

Property Value

double

MaxY

The top edge of the Y coordinate.

double MaxY { get; }

Property Value

double

MinX

The left edge of the X coordinate.

double MinX { get; }

Property Value

double

MinY

The bottom edge of the Y coordinate.

double MinY { get; }

Property Value

double