Click or drag to resize
XDL

XFrameCaptureBufferSaveFrame Method

갈무리한 프레임을 이미지로 저장한다. RGB 데이터 또는 흑백 영상에 대한 갈무리가 완료된 상태여야 한다.

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

Parameters

strFilePath
Type: SystemString
[In] 파일 저장 경로
strFormatKey
Type: SystemString
[In] 저장을 위한 파일 포맷 Key(Ex. PNG, TIFF, NITF, JPEG, BMP...)
bSaveGrayscale
Type: SystemBoolean
[In] 회색조 영상으로 저장 선택. 거짓인 경우 컬러 영상으로 저장한다. 해당 색상 갈무리 데이터가 없으면 저장하지 못한다.
strError
Type: SystemString
[Out] 에러 발생시 에러 메시지.
thd
Type: Pixoneer.NXDLXThread
[In] Thread

Return Value

Type: Boolean
성공 여부를 반환한다.
Remarks
GDI+에서 지원하는 코덱은 기본 System 클래스를 이용하고, 다른 형식은 XDL IO 드라이버를 이용한다.
See Also