Click or drag to resize
XDL

XFrameCaptureBuffer Constructor (XFrameCaptureBuffereCaptureMode, Boolean, Boolean)

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

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

Parameters

mode
Type: Pixoneer.NXDL.NGRXFrameCaptureBuffereCaptureMode
갈무리 대상
verticalFlip
Type: SystemBoolean
데이터 세로 시작 위치
earthMode
Type: SystemBoolean
지구 모드
See Also