This commit is contained in:
jonlipsky 2021-01-04 14:55:34 -08:00 коммит произвёл GitHub
Родитель dd177e0b80
Коммит 278c018c36
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 19 добавлений и 1 удалений

Просмотреть файл

@ -1 +1,19 @@
# System.Graphics
# System.Graphics
System.Graphics is a cross-platform graphics library for iOS, Android, Windows, macOS and Linux completely in C#.
Platform | Supported Abstractions |
-----------------------|-------------------------------------------|
Xamarin.iOS | CoreGraphics & SkiaSharp |
Xamarin.Android | Android.Graphics & SkiaSharp |
Xamarin.Mac | CoreGraphics & SkiaSharp |
WPF | SharpDX, SkiaSharp & GDI |
WinForms | SharpDX, SkiaSharp & GDI |
Linux | SkiaSharp |
Xamarin.Forms | Dependent on native platform support (noted above) |
Supported Abstractions
* Drawing Canvas - You can draw to a any of the supported abstractions with a common drawing canvas API
* Images - You can manage, load and create images with a common API
* Fonts - You can access platform font information with a
* Attributed text - You can draw attributed text with a common API