Table of Contents

Class UIBitmap

Namespace
GHIElectronics.Endpoint.UI.Media.UIImaging
Assembly
GHIElectronics.Endpoint.UI.dll
public class UIBitmap : BitmapSource
Inheritance
UIBitmap
Inherited Members

Methods

FromData(byte[])

public static UIBitmap FromData(byte[] data)

Parameters

data byte[]

Returns

UIBitmap

FromData(byte[], int, int)

public static UIBitmap FromData(byte[] data, int width, int height)

Parameters

data byte[]
width int
height int

Returns

UIBitmap

FromGraphics(Graphics)

public static UIBitmap FromGraphics(Graphics g)

Parameters

g Graphics

Returns

UIBitmap