mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-30 20:44:29 +00:00
Add NativeImage support, clipboard image read/write.
This commit is contained in:
11
ElectronNET.API/Entities/ToBitmapOptions.cs
Normal file
11
ElectronNET.API/Entities/ToBitmapOptions.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
public class ToBitmapOptions
|
||||
{
|
||||
public double ScaleFactor { get; set; } = 1.0d;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user