Click or drag to resize
XDL

XFramePictureSaveFrame Method

이 객체의 화면 프레임을 이미지로 저장한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool SaveFrame(
	string strFilePath,
	string strFormatKey,
	out string strError,
	XThread thd
)

Parameters

strFilePath
Type: SystemString
[In] 파일 저장 경로
strFormatKey
Type: SystemString
[In] 저장을 위한 파일 포맷 Key(Ex. TIFF, NITF, JPEG, BMP...)
strError
Type: SystemString
[Out] 에러 발생시 에러 메시지.
thd
Type: Pixoneer.NXDLXThread

[Missing <param name="thd"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.SaveFrame(System.String,System.String,System.String@,Pixoneer.NXDL.XThread)"]

Return Value

Type: Boolean
성공이면 true, 실패면 false를 리턴
See Also