C# Class TagLib.Tiff.Codec

A TIFF photo codec. Contains basic photo details.
Inheritance: Image.Codec
Show file Open project: rubenv/tripod

Public Methods

Method Description
Codec ( int width, int height ) : System

Constructs a new Codec with the given width and height.

Method Details

Codec() public method

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. ///
return System