mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-13 21:24:00 +00:00
Add full NativeImage support for Electron.NET
This commit is contained in:
@@ -6,6 +6,6 @@ namespace ElectronNET.API.Entities
|
||||
{
|
||||
public class ToBitmapOptions
|
||||
{
|
||||
public double ScaleFactor { get; set; } = 1.0d;
|
||||
public float ScaleFactor { get; set; } = 1.0f;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user