File: FluentAssertions\PointFAssertions.cs
Web Access
Project: src\src\Microsoft.DotNet.Wpf\tests\UnitTests\PresentationCore.Tests\PresentationCore.Tests.csproj (PresentationCore.Tests)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace PresentationCore.Tests.FluentAssertions;
 
public class PointFAssertions(PointF value)
{
    public PointF Subject { get; } = value;
}