static int Main(string[] args) { ConfigureFilters(Uno.Extensions.LogExtensionPoint.AmbientLoggerFactory); SkiaSharp.SKSize sKSize = new SkiaSharp.SKSize(); Windows.UI.Xaml.Application.Start(_ => new XamarinUno.UWP.App()); return(0); }
public MillebournesCardInformation() { DefaultSize = new SkiaSharp.SKSize(55, 72); }
public static System.Windows.Size ToSize(this SkiaSharp.SKSize size) { }