|
XFramePictureSaveFrame(String, String, String, XThread) Method
|
이 객체의 화면 프레임을 이미지로 저장한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic bool SaveFrame(
string strFilePath,
string strFormatKey,
out string strError,
XThread thd
)
Parameters
- strFilePath String
- [In] 파일 저장 경로
- strFormatKey String
- [In] 저장을 위한 파일 포맷 Key(Ex. TIFF, NITF, JPEG, BMP...)
- strError String
- [Out] 에러 발생시 에러 메시지.
- thd XThread
- [In] 처리 상황을 받아 볼 콜백 스레드.
Return Value
Boolean 성공이면 true, 실패면 false를 리턴
See Also