C# 클래스 BitMiracle.TiffCP.Copier.tagToCopy

파일 보기 프로젝트 열기: Core-Techs/TiffLibrary

공개 프로퍼티들

프로퍼티 타입 설명
count short
tag TiffTag
type TiffType

공개 메소드들

메소드 설명
tagToCopy ( TiffTag _tag, short _count, TiffType _type ) : System

메소드 상세

tagToCopy() 공개 메소드

public tagToCopy ( TiffTag _tag, short _count, TiffType _type ) : System
_tag TiffTag
_count short
_type TiffType
리턴 System

프로퍼티 상세

count 공개적으로 프로퍼티

public short count
리턴 short

tag 공개적으로 프로퍼티

public TiffTag tag
리턴 TiffTag

type 공개적으로 프로퍼티

public TiffType type
리턴 TiffType