C# Класс RightpointLabs.Pourcast.Infrastructure.Services.ImageHelper

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

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

Метод Описание
GetBytes ( Action callback ) : byte[]

Get the bytes written to the stream passed to the callback

JPEGEncoder ( ) : System.Drawing.Imaging.ImageCodecInfo

Create an ImageCodecInfo for ImageFormat.Jpeg

Quality ( long value ) : System.Drawing.Imaging.EncoderParameters

Create an EncoderParameters with the given quality level

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

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

Get the bytes written to the stream passed to the callback
public static GetBytes ( Action callback ) : byte[]
callback Action
Результат byte[]

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

Create an ImageCodecInfo for ImageFormat.Jpeg
public static JPEGEncoder ( ) : System.Drawing.Imaging.ImageCodecInfo
Результат System.Drawing.Imaging.ImageCodecInfo

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

Create an EncoderParameters with the given quality level
public static Quality ( long value ) : System.Drawing.Imaging.EncoderParameters
value long
Результат System.Drawing.Imaging.EncoderParameters