 | NXMilmapViewCaptureScreen Method (Int32, Int32, Int32, Int32, Boolean) |
화면을 캡쳐한다.
Namespace:
Pixoneer.NXDL.NXMilmap
Assembly:
NXMilmap (in NXMilmap.dll) Version: 1.2.817.72
Syntaxpublic Bitmap CaptureScreen(
int left,
int top,
int width,
int height,
bool bOnlyComposite
)
Parameters
- left
- Type: SystemInt32
화면 좌표계값으로 경계영역 왼쪽 x 좌표. - top
- Type: SystemInt32
화면 좌표계값으로 경계영역 위쪽 y 좌표. - width
- Type: SystemInt32
화면 좌표계값으로 캡쳐할 화면 폭. - height
- Type: SystemInt32
화면 좌표계값으로 캡쳐할 화면 높이. - bOnlyComposite
- Type: SystemBoolean
[In] 화면의 composite 내용만을 캡쳐할 것인지에 대한 여부.
Return Value
Type:
Bitmap 비트맵 이미지를 반환한다.
See Also