IRectangle Interface

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Geometry.Shapes
Assembly Skybrud.Essentials.Maps.dll
Visibility Public
Interfaces IShape, IGeometry

Interface representing a rectangle.

public interface IRectangle : IShape, IGeometry { }

Properties

Type Name Summary
IPoint SouthWest

Gets the south west point.

IPoint NorthEast

Gets or the north east point.