Click or drag to resize
XDL

XBandParamData2GIS_IntervalInfo Constructor

XBandParamData2GIS_IntervalInfo클래스의 생성자로서, 멤버변수에 대하여 초기화를 수행한다.

Namespace:  Pixoneer.NXDL.NRS
Assembly:  NXDLrs (in NXDLrs.dll) Version: 1.2.817.72
Syntax
C#
public XBandParamData2GIS_IntervalInfo(
	int id,
	double min,
	double max,
	Color cr,
	string name
)

Parameters

id
Type: SystemInt32
[In] Interval로 정해지는 구역을 정의하는 id.
min
Type: SystemDouble
[In] Interval로 정해지는 구역을 최소값. 최소값 이상인 화소값을 포함
max
Type: SystemDouble
[In] Interval로 정해지는 구역을 최대값. 최대값 미만인 화소값을 포함
cr
Type: System.DrawingColor
[In] Interval로 정해지는 구역에 대한 색상.
name
Type: SystemString
[In] Interval로 정해지는 구역에 대한 이름.
See Also