|
NCanvasFileIOLoadXRSFile Method
|
이미지 파일을 로딩한다.
Namespace: Pixoneer.NXDL.NXAnnotation.NIOAssembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntaxpublic static XRSLoadFile LoadXRSFile(
string filePath,
XRasterIO rasterIO,
ref string strError,
bool calcStatistics,
eIOCreateXLDMode createXLD
)
Parameters
- filePath String
- 이미지 파일 경로
- rasterIO XRasterIO
- 이미지 파일 IO 클래스 객체
- strError String
- 에러 메세지
- calcStatistics Boolean
- 로딩시 파일에 대한 통계 정보(히스토 그램, 최소/최대값, 평균값 등)를 계산할지 여부를 설정
- createXLD eIOCreateXLDMode
- XLD pyramid파일 생성에 대한 옵션을 설정
Return Value
XRSLoadFile 이미지 파일(XRSLoadFile 객체)
See Also