File: Shapes\IGeometry.cs
Web Access
Project: src\src\Controls\src\Core\Controls.Core.csproj (Microsoft.Maui.Controls)
using Microsoft.Maui.Graphics;
 
namespace Microsoft.Maui.Controls.Shapes
{
	/// <summary>
	/// Enable you to describe the geometry of a 2D shape.
	/// </summary>
	public interface IGeometry : IShape
	{
	}
}