Class ImageSource
- Namespace
- GHIElectronics.Endpoint.UI.Media
- Assembly
- GHIElectronics.Endpoint.UI.dll
public abstract class ImageSource
- Inheritance
-
ImageSource
- Derived
- Inherited Members
Constructors
ImageSource(Graphics)
protected ImageSource(Graphics g)
Parameters
gGraphics
ImageSource(byte[])
protected ImageSource(byte[] data)
Parameters
databyte[]
ImageSource(byte[], int, int)
protected ImageSource(byte[] data, int width, int height)
Parameters
Properties
Height
public virtual int Height { get; }
Property Value
Width
public virtual int Width { get; }