 | NXMapViewCaptureCompLayers Method |
composite 레이어 내용을 캡쳐하여 파일(jpg, bmp, jpeg, xdm)로 저장한다.
Namespace:
Pixoneer.NXDL.NXMap
Assembly:
NXMap (in NXMap.dll) Version: 1.2.817.72
Syntaxpublic bool CaptureCompLayers(
double llx,
double lly,
double urx,
double ury,
int width,
int height,
string filename
)
Parameters
- llx
- Type: SystemDouble
[In] 좌하단 x 좌표. - lly
- Type: SystemDouble
[In] 좌하단 y 좌표. - urx
- Type: SystemDouble
[In] 우상단 x 좌표. - ury
- Type: SystemDouble
[In] 우상단 y 좌표. - width
- Type: SystemInt32
[In] 캡쳐해서 저장할 영상 폭. - height
- Type: SystemInt32
[In] 캡쳐해서 저장할 영상 높이. - filename
- Type: SystemString
[In] 저장 파일 경로
Return Value
Type:
Boolean 설정이 완료되면 true를 반환하고, 그렇지 않으면 false를 반환한다.
Remarks
MapView에 등록된 NXMapLayerComposites 의 Composite 모두를 캡쳐하여 저장한다.
입력인자 llx, lly, urx, ury는 MapView의 World 좌표값이다.
See Also