12 private readonly SKColorType colorType;
13 private readonly
int bytesPerRow;
46 using (MemoryStream ms =
new MemoryStream(this.
Binary))
48 using (SKData Data = SKData.Create(ms))
50 return SKImage.FromPixels(
new SKImageInfo(this.
Width, this.
Height, this.colorType), Data, this.bytesPerRow);