using System.Drawing; namespace TheXamlGuy.Media.Capture; public record MediaFrame(Bitmap Bitmap, int Width, int Height);