Back to Skiasharp

API diff: SkiaSharp.Views.iOS.dll

changelogs/SkiaSharp.Views/1.60.0/SkiaSharp.Views.iOS.md

3.119.2649 B
Original Source

API diff: SkiaSharp.Views.iOS.dll

SkiaSharp.Views.iOS.dll

Assembly Version Changed: 1.60.0.0 vs 1.59.0.0

Namespace SkiaSharp.Views.iOS

Type Changed: SkiaSharp.Views.iOS.iOSExtensions

Added methods:

csharp
public static UIKit.UIImage ToUIImage (this SkiaSharp.SKBitmap skiaBitmap, nfloat scale, UIKit.UIImageOrientation orientation);
public static UIKit.UIImage ToUIImage (this SkiaSharp.SKPixmap skiaPixmap, nfloat scale, UIKit.UIImageOrientation orientation);
public static UIKit.UIImage ToUIImage (this SkiaSharp.SKPicture skiaPicture, SkiaSharp.SKSizeI dimensions, nfloat scale, UIKit.UIImageOrientation orientation);