C# 클래스 OpenMetaverse.Imaging.OpenJPEG.J2KLayerInfo

Defines the beginning and ending file positions of a layer in an LRCP-progression JPEG2000 file
파일 보기 프로젝트 열기: 3di/3di-viewer-rei-libs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
End int
Start int

공개 메소드들

메소드 설명
ToString ( ) : string

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

End 공개적으로 프로퍼티

public int End
리턴 int

Start 공개적으로 프로퍼티

public int Start
리턴 int