Click or drag to resize
XDL

XDMBandHDRCDoHDRC Method

HDRC 영상 처리 결과를 임시로 생성한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public bool DoHDRC(
	XThread thd
)

Parameters

thd
Type: Pixoneer.NXDLXThread
Thread, thread 다이얼로그가 필요하지 않으면 null 로 설정한다.

Return Value

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