|
XDMCompositeGetDIBits(Double, Double, Double, Double, Int32, Int32, Int32, Color) Method
|
컴포지트에 특정 영역의 영상을 도시하고 그 영상의 DIBits 데이타를 얻는다.
Namespace: Pixoneer.NXDL.NRSAssembly: NXDLrs (in NXDLrs.dll) Version: 2.0.3.38
Syntaxpublic byte[] GetDIBits(
double minx,
double miny,
double maxx,
double maxy,
int width,
int height,
ref int nWidthBytes,
Color colorBack
)
Parameters
- minx Double
- [In] 영상 도시 영역 - X축 방향 시작 지점(World 좌표).
- miny Double
- [In] 영상 도시 영역 - X축 방향 종료 지점(World 좌표).
- maxx Double
- [In] 영상 도시 영역 - Y축 방향 시작 지점(World 좌표).
- maxy Double
- [In] 영상 도시 영역 - Y축 방향 종료 지점(World 좌표).
- width Int32
- [In] 컴포지트 가로 크기.
- height Int32
- [In] 컴포지트 세로 크기.
- nWidthBytes Int32
- [Out] 가져온 DIBits 의 가로축 byte 수.
- colorBack Color
- [In] background color.
Return Value
Byte 컴포지트에 도시된 영상 데이타.
See Also