mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-15 21:26:10 +00:00
Add full NativeImage support for Electron.NET
This commit is contained in:
@@ -4,7 +4,7 @@ namespace ElectronNET.API.Entities
|
||||
{
|
||||
public int? Width { get; set; }
|
||||
public int? Height { get; set; }
|
||||
public int ScaleFactor { get; set; }
|
||||
public float ScaleFactor { get; set; } = 1.0f;
|
||||
public byte[] Buffer { get; set; }
|
||||
public string DataUrl { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user