Interface IExplicitShape<TPoint>
Represents a point set that is an implicit shape, and in addition, can generate all the points it contains.
public interface IExplicitShape<TPoint> : IImplicitShape<TPoint>
Type Parameters
TPoint
The point type.
- Inherited Members
- Extension Methods
Properties
- Bounds
Returns a bounding shape that contains this explicit shape.
- Points
Gets all the points this shape contains.