mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-10 13:49:07 +00:00
13 lines
272 B
C#
13 lines
272 B
C#
namespace ElectronNET.API.Entities
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public class BitmapOptions
|
|
{
|
|
/// <summary>
|
|
/// Gets or sets the scale factor
|
|
/// </summary>
|
|
public float ScaleFactor { get; set; } = 1.0f;
|
|
}
|
|
} |