C# 클래스 CSJ2K.j2k.codestream.HeaderInfo.CRG

Internal class holding information found in the CRG marker segment
파일 보기 프로젝트 열기: cureos/csj2k

공개 프로퍼티들

프로퍼티 타입 설명
lcrg int
xcrg int[]
ycrg int[]

공개 메소드들

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

Display information found in the CRG marker segment

비공개 메소드들

메소드 설명
InitBlock ( HeaderInfo enclosingInstance ) : void

메소드 상세

CRG() 공개 메소드

public CRG ( HeaderInfo enclosingInstance ) : System
enclosingInstance HeaderInfo
리턴 System

ToString() 공개 메소드

Display information found in the CRG marker segment
public ToString ( ) : System.String
리턴 System.String

프로퍼티 상세

lcrg 공개적으로 프로퍼티

public int lcrg
리턴 int

xcrg 공개적으로 프로퍼티

public int[] xcrg
리턴 int[]

ycrg 공개적으로 프로퍼티

public int[] ycrg
리턴 int[]