зеркало из https://github.com/mono/SkiaSharp.git
Let the bitmap know that we changed it's pixels
This commit is contained in:
Родитель
9efa3017d3
Коммит
a3979a262f
|
@ -66,6 +66,7 @@ namespace SkiaSharpSample.Samples
|
|||
var opts = new SKCodecOptions(currentFrame, false);
|
||||
if (codec?.GetPixels(info, bitmap.GetPixels(), opts) == SKCodecResult.Success)
|
||||
{
|
||||
bitmap.NotifyPixelsChanged();
|
||||
canvas.DrawBitmap(bitmap, 0, 0);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче