Class BitmapSource
- Namespace
- GHIElectronics.Endpoint.UI.Media.UIImaging
- Assembly
- GHIElectronics.Endpoint.UI.dll
public abstract class BitmapSource : ImageSource
- Inheritance
-
BitmapSource
- Derived
- Inherited Members
Constructors
BitmapSource(Graphics)
protected BitmapSource(Graphics g)
Parameters
gGraphics
BitmapSource(byte[])
protected BitmapSource(byte[] data)
Parameters
databyte[]
BitmapSource(byte[], int, int)
protected BitmapSource(byte[] data, int width, int height)