|
XGridSetValue(Int32, Int32, Double, Double, Double) Method
|
데이터 타입이 RGB 또는 BGR 일 경우, 특정 위치에 대한 r, g, b 값을 각 데이타 타입 순서대로 Real64데이터 형으로 설정한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic void SetValue(
int Row,
int Col,
double a,
double b,
double c
)
Parameters
- Row Int32
- [In] Row 좌표.
- Col Int32
- [In] Column좌표.
- a Double
- [Out] 해당 Row, Col 위치에 설정할 r (b) 값.
- b Double
- [Out] 해당 Row, Col 위치에 설정할 g (g) 값.
- c Double
- [Out] 해당 Row, Col 위치에 설정할 b (r) 값.
See Also