Click or drag to resize
XDL

XDMCompositeGetTransparentValue(Double, Double, Int32) Method

입력 인덱스에 해당하는 밴드에 투명하게 처리하도록 설정한 화소값 범위를 가져온다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.0
Syntax
C#
public void GetTransparentValue(
	ref double minValue,
	ref double maxValue,
	int nIdx
)

Parameters

minValue  Double
투명하게 처리할 화소 최소값
maxValue  Double
투명하게 처리할 화소 최대값
nIdx  Int32
Composite 인덱스.
See Also