IShape Interface
Version 1.0.0-beta002
.NET Framework 4.7
| Namespace | Skybrud.Essentials.Maps.Geometry.Shapes |
|---|---|
| Assembly | Skybrud.Essentials.Maps.dll |
| Visibility | Public |
| Interfaces | IGeometry |
Interface describing the common characteristics of a shape.
public interface IShape : IGeometry { }
Methods
|
Returns whether this shape contains the specified |
|
Returns the area of this shape, calculated in square metres. |
|
Returns a new rectangle representing the bounding box of this shape. |
|
Returns a new point representing the center of this shape. |
|
Returns the circumference of this shape, calculated in metres. |