Click or drag to resize
XDL

XThreadGetPercentRange Method

퍼센트의 범위를 얻는다.

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

Parameters

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