Click or drag to resize
XDL

XMosaicHelperCreateSeamlineStart Method

모자이크를 위한 접합선 생성을 수행한다.

Namespace:  Pixoneer.NXH.NIP
Assembly:  NXHip (in NXHip.dll) Version: 2.0.3.1
Syntax
C#
public bool CreateSeamlineStart(
	out string strError,
	XThread thd
)

Parameters

strError
Type: SystemString
[Out] 에러 메세지.
thd
Type: Pixoneer.NXDLXThread
Thread 객체

Return Value

Type: Boolean
성공이면 true, 실패이면 false를 반환한다.
See Also