2020-04-26 19:21:29 -04:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
|
|
|
|
namespace ElectronNET.API.Entities
|
|
|
|
|
|
{
|
|
|
|
|
|
public class ToBitmapOptions
|
|
|
|
|
|
{
|
2020-05-06 19:05:21 -04:00
|
|
|
|
public float ScaleFactor { get; set; } = 1.0f;
|
2020-04-26 19:21:29 -04:00
|
|
|
|
}
|
|
|
|
|
|
}
|