IShape.Contains method

Version 1.0.0-beta002
.NET Framework 4.7
Namespace Skybrud.Essentials.Maps.Geometry.Shapes
Assembly Skybrud.Essentials.Maps.dll

Contains(IPoint)

Returns whether this shape contains the specified point.

public bool Contains(IPoint point)

Parameters

point IPoint

The point.

Returns

true if this shape contains point; otherwise false.