Arlecchino.Widgets.Pictures
Classes
| Type | Summary |
|---|---|
Picture | An image drawn in cells, two pixels to each, or in a graphics protocol where Picture.Protocol names one. The pixels are handed over rather than read from a file, since decoding belongs to the application. csharp private readonly Picture _preview = new(); _preview.Show(pixels, width, height); _preview.Draw(region); |