C# Class TagLib.Tiff.Codec

A TIFF photo codec. Contains basic photo details.
Inheritance: Image.Codec
Afficher le fichier Open project: rubenv/tripod

Méthodes publiques

Méthode Description
Codec ( int width, int height ) : System

Constructs a new Codec with the given width and height.

Method Details

Codec() public méthode

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. ///
Résultat System