C# Класс Nexus.Client.Util.ExtendedImage

This class extends the information and functionality if an Image.
Ideally this class would extend Image, but all of Image's constructors are internal, making extension pointless.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ExtendedImage ( byte p_bteImage ) : System.Drawing

Creates an image from the given byte array.

GetExtension ( ) : string

Returns the file extension commonly associated with the image's format.

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

ExtendedImage() публичный Метод

Creates an image from the given byte array.
public ExtendedImage ( byte p_bteImage ) : System.Drawing
p_bteImage byte A byte array representing an image.
Результат System.Drawing

GetExtension() публичный Метод

Returns the file extension commonly associated with the image's format.
Thrown if the 's /// is not recognized.
public GetExtension ( ) : string
Результат string