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

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

공개 프로퍼티들

프로퍼티 타입 설명
crgn int
lrgn int
sprgn int
srgn int

공개 메소드들

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

Display information found in this RGN marker segment

비공개 메소드들

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

메소드 상세

RGN() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

crgn 공개적으로 프로퍼티

public int crgn
리턴 int

lrgn 공개적으로 프로퍼티

public int lrgn
리턴 int

sprgn 공개적으로 프로퍼티

public int sprgn
리턴 int

srgn 공개적으로 프로퍼티

public int srgn
리턴 int