Back to Skiasharp

API diff: SkiaSharp.dll

changelogs/SkiaSharp/2.88.1/SkiaSharp.md

3.119.4634 B
Original Source

API diff: SkiaSharp.dll

SkiaSharp.dll

Namespace SkiaSharp

Type Changed: SkiaSharp.SKEncodedImageFormat

Added value:

csharp
Avif = 12,

Namespace SkiaSharp.Internals

New Type: SkiaSharp.Internals.PlatformConfiguration

csharp
public static class PlatformConfiguration {
	// properties
	public static bool Is64Bit { get; }
	public static bool IsArm { get; }
	public static bool IsGlibc { get; }
	public static bool IsLinux { get; }
	public static bool IsMac { get; }
	public static bool IsUnix { get; }
	public static bool IsWindows { get; }
	public static string LinuxFlavor { get; set; }
}