C# 클래스 CSJ2K.Icc.Types.ICCProfileVersion

This class describes the ICCProfile Version as contained in the header of the ICC Profile.
파일 보기 프로젝트 열기: cureos/csj2k 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
size int
uMajor byte
uMinor byte

공개 메소드들

메소드 설명
ICCProfileVersion ( byte major, byte minor, byte res1, byte res2 ) : System

Construct from constituent parts.

ToString ( ) : System.String

String representation of class instance.

write ( System raf ) : void

Construct from file content.

비공개 메소드들

메소드 설명
ICCProfileVersion ( ) : System

메소드 상세

ICCProfileVersion() 공개 메소드

Construct from constituent parts.
public ICCProfileVersion ( byte major, byte minor, byte res1, byte res2 ) : System
major byte
minor byte
res1 byte
res2 byte
리턴 System

ToString() 공개 메소드

String representation of class instance.
public ToString ( ) : System.String
리턴 System.String

write() 공개 메소드

Construct from file content.
public write ( System raf ) : void
raf System
리턴 void

프로퍼티 상세

size 공개적으로 정적으로 프로퍼티

Field size
public static int size
리턴 int

uMajor 공개적으로 프로퍼티

Major revision number in binary coded decimal
public byte uMajor
리턴 byte

uMinor 공개적으로 프로퍼티

Minor revision in high nibble, bug fix revision in low nibble, both in binary coded decimal
public byte uMinor
리턴 byte