This commit is contained in:
Miguel de Icaza 2016-08-10 23:22:51 -04:00 коммит произвёл GitHub
Родитель d260e299c7
Коммит b4abd6ce82
1 изменённых файлов: 11 добавлений и 1 удалений

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

@ -23,7 +23,17 @@ to create your native libraries.
## Using SkiaSharp
Check our getting [started guide](https://developer.xamarin.com/guides/cross-platform/drawing/)
SkiaSharp is available as a convenience NuGet package, to use install the package like this:
```
nuget install SkiaSharp
```
Our [getting started guide](https://developer.xamarin.com/guides/cross-platform/drawing/) will walk you
through both the basic setup as well as the platform specific capabilties.
The [API Documentation](https://developer.xamarin.com/api/namespace/SkiaSharp/) is also available on the
web to browse.
# Extensions for SkiaSharp