Click or drag to resize
XDL

XMosaicHelperApplyMask Method

2장 영상에 대한 접합선을 이용하여 마스크를 적용한다.

Namespace:  Pixoneer.NXH.NIP
Assembly:  NXHip (in NXHip.dll) Version: 2.0.3.1
Syntax
C#
public bool ApplyMask(
	int idxMng
)

Parameters

idxMng
Type: SystemInt32
MosaicManager 객체 리스트에서 가져올 객체 인덱스.

Return Value

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