Click or drag to resize
XDL

XSIGAddROI Method

Signature를 이루는 ROI를 추가한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public int AddROI(
	XROI roi
)

Parameters

roi
Type: Pixoneer.NXDL.NRSXROI
ROI객체.

Return Value

Type: Int32
총 ROI의 개수.
See Also