C# Класс TagLib.Tiff.Codec

A TIFF photo codec. Contains basic photo details.
Наследование: Image.Codec
Показать файл Открыть проект

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

Метод Описание
Codec ( int width, int height ) : System

Constructs a new Codec with the given width and height.

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

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

Constructs a new Codec with the given width and height.
public Codec ( int width, int height ) : System
width int /// The width of the photo. ///
height int /// The height of the photo. ///
Результат System