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