Calling the wrong native method
This commit is contained in:
Родитель
4e8c1b6f06
Коммит
39d7166945
|
@ -285,7 +285,7 @@ namespace SkiaSharp
|
|||
{
|
||||
if (pixmap == null)
|
||||
throw new ArgumentNullException (nameof (pixmap));
|
||||
return SkiaApi.sk_bitmap_peek_pixels (Handle, pixmap.Handle);
|
||||
return SkiaApi.sk_image_peek_pixels (Handle, pixmap.Handle);
|
||||
}
|
||||
|
||||
public SKPixmap PeekPixels ()
|
||||
|
|
Загрузка…
Ссылка в новой задаче