File: FluentAssertions\PointFAssertions.cs
Web Access
Project: src\src\Common\tests\TestUtilities\System.Private.Windows.Core.TestUtilities.csproj (System.Private.Windows.Core.TestUtilities)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
using System.Drawing;
 
namespace FluentAssertions.Numeric;
 
public class PointFAssertions(PointF value)
{
    public PointF Subject { get; } = value;
}