Click or drag to resize
XDL

NEditorCaptureImage(String, Boolean) Method

현재 화면을 그대로 캡쳐하여 이미지 파일로 저장한다.

Namespace: Pixoneer.NXDL.NXAnnotation
Assembly: NXAnnotation (in NXAnnotation.dll) Version: 2.0.3.38 (2.0.3.38)
Syntax
C#
public bool CaptureImage(
	string strFilePath,
	bool isImageOnly = false
)

Parameters

strFilePath  String
저장할 이미지 파일 경로(jpg, bmp, png 파일 포맷 지원)
isImageOnly  Boolean  (Optional)
true 일 경우 주기를 제외한 영상만 캡쳐한다.

Return Value

Boolean
캡쳐 성공하면 true, 실패하면 false 반환
See Also