C# Класс ImageMagick.EightBimProfile

Class that can be used to access an 8bim profile.
Наследование: ImageProfile
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
EightBimProfile ( Stream stream ) : System

Initializes a new instance of the EightBimProfile class.

EightBimProfile ( byte data ) : System

Initializes a new instance of the EightBimProfile class.

EightBimProfile ( string fileName ) : System

Initializes a new instance of the EightBimProfile class.

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

Метод Описание
CreateClipPath ( string name, int offset, int length ) : ClipPath
EightBimProfile ( MagickImage image, byte data ) : System
GetClipPath ( int offset, int length ) : string
Initialize ( ) : void

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

EightBimProfile() публичный метод

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( Stream stream ) : System
stream Stream The stream to read the 8bim profile from.
Результат System

EightBimProfile() публичный метод

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( byte data ) : System
data byte The byte array to read the 8bim profile from.
Результат System

EightBimProfile() публичный метод

Initializes a new instance of the EightBimProfile class.
public EightBimProfile ( string fileName ) : System
fileName string The fully qualified name of the 8bim profile file, or the relative /// 8bim profile file name.
Результат System