BitmapSource Class
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Media.Imaging
Base class for image sources backed by a bitmap.
public abstract class BitmapSource : ImageSource
Constructors
BitmapSource(Graphics g)
protected BitmapSource(Graphics g) : base(g)
Creates a bitmap source backed by the given graphics.