Click or drag to resize
XDL

XMosaicHelperSetIntersectInfo Method

2장 영상의 접합선 정보를 설정한다.

Namespace: Pixoneer.NXDL.NRSEX
Assembly: NXDLrsEx (in NXDLrsEx.dll) Version: 2.0.3.38
Syntax
C#
public void SetIntersectInfo(
	int idxMng,
	XvcPolygon polygon1,
	XvcPolygon polygon2
)

Parameters

idxMng  Int32
MosaicManager 객체 리스트에서 가져올 객체 인덱스.
polygon1  XvcPolygon
첫번째 영상의 접합선 정보
polygon2  XvcPolygon
두번째 영상의 접합선 정보
See Also