Click or drag to resize
XDL

XRawDataParam Properties

The XRawDataParam type exposes the following members.

Properties
  Name Description
Public property DataFormat 데이터 자료 구조
Public property DataType 데이터형
Public property LittleEndian 바이트 오더. true인 경우 LSB(Least Significant Bit), false인 경우 MSB(Most Significant Bit)
Public property NumBands 영상 밴드 개수
Public property NumBytesToSkip 데이터 시작점에서 건너뛸 바이트 수
Public property NumLines 영상 밴드의 총 줄 수(영상의 세로방향 크기)
Public property NumPixelsPerLine 영상 밴드의 총 화소 수(영상의 가로방향 크기)
Public property PrefixBytesPerLine 한 라인의 시작에서 무시할(건너뛸) 바이트 수
Public property SuffixBytesPerLine 한 라인의 끝에서 무시할 바이트 수
Top
See Also