C# 클래스 TagLib.Tiff.Codec

A TIFF photo codec. Contains basic photo details.
상속: Image.Codec
파일 보기 프로젝트 열기: rubenv/tripod

공개 메소드들

메소드 설명
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