Table of Contents

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

g Graphics

ImageSource(byte[])

protected ImageSource(byte[] data)

Parameters

data byte[]

ImageSource(byte[], int, int)

protected ImageSource(byte[] data, int width, int height)

Parameters

data byte[]
width int
height int

Properties

Height

public virtual int Height { get; }

Property Value

int

Width

public virtual int Width { get; }

Property Value

int