Click or drag to resize
XDL

XFrameCaptureBuffer(XFrameCaptureBuffereCaptureMode, Boolean, Boolean) Constructor

생성자. 갈무리 대상, 데이터 세로 시작 위치, 지구 모드를 지정하여 만든다. (픽셀 정렬 8, 바이트 정렬 1)

Namespace: Pixoneer.NXDL.NGR
Assembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntax
C#
public XFrameCaptureBuffer(
	XFrameCaptureBuffereCaptureMode mode,
	bool verticalFlip,
	bool earthMode
)

Parameters

mode  XFrameCaptureBuffereCaptureMode
갈무리 대상
verticalFlip  Boolean
데이터 세로 시작 위치
earthMode  Boolean
지구 모드
See Also