mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-11 05:34:34 +00:00
14 lines
271 B
C#
14 lines
271 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public class ToPNGOptions
|
|
{
|
|
/// <summary>
|
|
/// Gets or sets the scalefactor
|
|
/// </summary>
|
|
public float ScaleFactor { get; set; } = 1.0f;
|
|
}
|
|
}
|