PointShape

Namespace: Murder.Core.Geometry
Assembly: Murder.dll

public sealed struct PointShape : IShape

Implements: IShape

⭐ Constructors

public PointShape(Point point)

Parameters
point Point

⭐ Properties

Point

public readonly Point Point;

Returns
Point

⭐ Methods

GetPolygon()

public virtual PolygonShape GetPolygon()

Returns
PolygonShape

GetBoundingBox()

public virtual Rectangle GetBoundingBox()

Returns
Rectangle