C# Класс Telegram.Utils.ImageByteArrayAttachedProperty

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ByteArraySourceProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
ByteArraytoBitmap ( Byte byteArray ) : BitmapImage
GetByteArraySource ( UIElement element ) : Byte[]
SetByteArraySource ( UIElement element, Byte value ) : void

Приватные методы

Метод Описание
byteArraySource ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Описание методов

ByteArraytoBitmap() публичный статический Метод

public static ByteArraytoBitmap ( Byte byteArray ) : BitmapImage
byteArray Byte
Результат System.Windows.Media.Imaging.BitmapImage

GetByteArraySource() публичный статический Метод

public static GetByteArraySource ( UIElement element ) : Byte[]
element UIElement
Результат Byte[]

SetByteArraySource() публичный статический Метод

public static SetByteArraySource ( UIElement element, Byte value ) : void
element UIElement
value Byte
Результат void

Описание свойств

ByteArraySourceProperty публичное статическое свойство

public static DependencyProperty,System.Windows ByteArraySourceProperty
Результат System.Windows.DependencyProperty