mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-07-09 10:17:49 +00:00
Update all model classes to Electron API 39.2
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
namespace ElectronNET.API.Entities
|
||||
{
|
||||
/// <summary>
|
||||
///
|
||||
/// Options for NativeImage.resize: optional width/height and quality.
|
||||
/// </summary>
|
||||
/// <remarks>Up-to-date with Electron API 39.2</remarks>
|
||||
public class ResizeOptions
|
||||
{
|
||||
/// <summary>
|
||||
@@ -16,7 +17,7 @@
|
||||
public int? Height { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// good, better, or best. Default is "best";
|
||||
/// 'good', 'better', or 'best'. Default is 'best'.
|
||||
/// </summary>
|
||||
public string Quality { get; set; } = "best";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user