Click or drag to resize
XDL

XGridGetValue Method

Overload List
  Name Description
Public method GetValue(Int32, Int32, Double) 특정 위치에 대한 데이터 값을 Real64데이터 형으로 반환한다.
Public method GetValue(Double, Double, eXGridResampleMethod, Double) 특정 위치에 대한 데이터 값을 Real64데이터 형으로 반환한다.
Public method GetValue(Int32, Int32, Double, Double) 데이터 타입이 complex data 일 경우, 특정 위치에 대한 complex data 의 r(실수), i(허수) 값을 Real64데이터 형으로 반환한다.
Public method GetValue(Double, Double, eXGridResampleMethod, Double, Double) 데이터 타입이 complex data 일 경우, 특정 위치에 대한 complex data 의 r(실수), i(허수) 값을 Real64데이터 형으로 반환한다.
Public method GetValue(Int32, Int32, Double, Double, Double) 데이터 타입이 RGB 또는 BGR 일 경우, 특정 위치에 대한 r, g, b 값을 각 데이타 타입 순서대로 Real64데이터 형으로 반환한다.
Public method GetValue(Double, Double, eXGridResampleMethod, Double, Double, Double) 데이터 타입이 RGB 또는 BGR 일 경우, 특정 위치에 대한 r, g, b 값을 각 데이타 타입 순서대로 Real64데이터 형으로 반환한다.
Public method GetValue(Int32, Int32, Double, Double, Double, Double) 데이터 타입이 RGBA, BGRA, ARGB, ABGR 일 경우, 특정 위치에 대한 a, r, g, b 값을 각 데이타 타입 순서대로 Real64데이터 형으로 반환한다.
Public method GetValue(Double, Double, eXGridResampleMethod, Double, Double, Double, Double) 데이터 타입이 RGBA, BGRA, ARGB, ABGR 일 경우, 특정 위치에 대한 a, r, g, b 값을 각 데이타 타입 순서대로 Real64데이터 형으로 반환한다.
Top
See Also