6 lines
129 B
C#
6 lines
129 B
C#
using System.Drawing;
|
|
|
|
namespace TheXamlGuy.Media.Capture;
|
|
|
|
public record CapturedPhoto(Bitmap Photo, int Width, int Height);
|