C# 클래스 CSJ2K.Icc.Tags.ICCTextType

A text based ICC tag
상속: ICCTag
파일 보기 프로젝트 열기: cureos/csj2k

공개 프로퍼티들

프로퍼티 타입 설명
ascii byte[]
reserved int
type int

공개 메소드들

메소드 설명
ToString ( ) : System.String

Return the string rep of this tag.

보호된 메소드들

메소드 설명
ICCTextType ( int signature, byte data, int offset, int length ) : System

Construct this tag from its constituant parts

메소드 상세

ICCTextType() 보호된 메소드

Construct this tag from its constituant parts
protected ICCTextType ( int signature, byte data, int offset, int length ) : System
signature int tag id ///
data byte array of bytes ///
offset int to data in the data array ///
length int of data in the data array ///
리턴 System

ToString() 공개 메소드

Return the string rep of this tag.
public ToString ( ) : System.String
리턴 System.String

프로퍼티 상세

ascii 공개적으로 프로퍼티

Tag fields
public byte[] ascii
리턴 byte[]

reserved 공개적으로 프로퍼티

Tag fields
public int reserved
리턴 int

type 공개적으로 프로퍼티

Tag fields
public int type
리턴 int