Click or drag to resize
XDL

XThreadSetPercentRange Method

프로세스에서 전송하는 퍼센트의 범위를 설정한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public void SetPercentRange(
	int nMin,
	int nMax
)

Parameters

nMin
Type: SystemInt32
퍼센트의 최소값.
nMax
Type: SystemInt32
퍼센트의 최대값.
See Also