Click or drag to resize
XDL

XFrameCaptureBuffer Constructor (XFrameCaptureBuffereCaptureMode, Boolean, Boolean)

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

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

Parameters

mode
Type: Pixoneer.NXDL.NGRXFrameCaptureBuffereCaptureMode

[Missing <param name="mode"/> documentation for "M:Pixoneer.NXDL.NGR.XFrameCaptureBuffer.#ctor(Pixoneer.NXDL.NGR.XFrameCaptureBuffer.eCaptureMode,System.Boolean,System.Boolean)"]

verticalFlip
Type: SystemBoolean

[Missing <param name="verticalFlip"/> documentation for "M:Pixoneer.NXDL.NGR.XFrameCaptureBuffer.#ctor(Pixoneer.NXDL.NGR.XFrameCaptureBuffer.eCaptureMode,System.Boolean,System.Boolean)"]

earthMode
Type: SystemBoolean

[Missing <param name="earthMode"/> documentation for "M:Pixoneer.NXDL.NGR.XFrameCaptureBuffer.#ctor(Pixoneer.NXDL.NGR.XFrameCaptureBuffer.eCaptureMode,System.Boolean,System.Boolean)"]

See Also