BitmapImage Class
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Media.Imaging
An image source created from a bitmap.
public class BitmapImage : BitmapSource
Methods
FromGraphics(Graphics g)
public static BitmapImage FromGraphics(Graphics g)
Creates a bitmap image from the given graphics.
Returns BitmapImage