Add project files.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System.Drawing;
|
||||
|
||||
namespace TheXamlGuy.Framework.Camera;
|
||||
|
||||
public record Captured
|
||||
{
|
||||
public Bitmap? Photo { get; init; }
|
||||
|
||||
public int Width { get; init; }
|
||||
|
||||
public int Height { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user