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