Click or drag to resize
XDL

XThreadGetPercentRange Method

퍼센트의 범위를 얻는다.

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

Parameters

nMin  Int32
퍼센트의 최소값.
nMax  Int32
퍼센트의 최대값.
See Also