C# Класс FFImageLoading.Extensions.ImageExtensions

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

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

Метод Описание
ResizeImage ( this imageStream, int width, int height, InterpolationMode interpolationMode, bool useDipUnits, ImageInformation imageInformation = null ) : Task
ToBitmapHolderAsync ( this imageStream, int>.Tuple downscale, bool downscaleDipUnits, InterpolationMode mode, ImageInformation imageInformation = null ) : Task
ToBitmapImageAsync ( this holder ) : Task
ToBitmapImageAsync ( this imageStream, int>.Tuple downscale, bool downscaleDipUnits, InterpolationMode mode, ImageInformation imageInformation = null ) : Task

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

Метод Описание
CopyPixels ( byte data, int pixels ) : void
ToWriteableBitmap ( this holder ) : Task

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

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

public static ResizeImage ( this imageStream, int width, int height, InterpolationMode interpolationMode, bool useDipUnits, ImageInformation imageInformation = null ) : Task
imageStream this
width int
height int
interpolationMode InterpolationMode
useDipUnits bool
imageInformation ImageInformation
Результат Task

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

public static ToBitmapHolderAsync ( this imageStream, int>.Tuple downscale, bool downscaleDipUnits, InterpolationMode mode, ImageInformation imageInformation = null ) : Task
imageStream this
downscale int>.Tuple
downscaleDipUnits bool
mode InterpolationMode
imageInformation ImageInformation
Результат Task

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

public static ToBitmapImageAsync ( this holder ) : Task
holder this
Результат Task

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

public static ToBitmapImageAsync ( this imageStream, int>.Tuple downscale, bool downscaleDipUnits, InterpolationMode mode, ImageInformation imageInformation = null ) : Task
imageStream this
downscale int>.Tuple
downscaleDipUnits bool
mode InterpolationMode
imageInformation ImageInformation
Результат Task