using System; using System.Collections.Generic; using System.Text; namespace ElectronNET.API.Entities { public class ToBitmapOptions { public float ScaleFactor { get; set; } = 1.0f; } }