Click or drag to resize
XDL

XFrameCaptureBuffer Constructor (XFrameCaptureBuffereCaptureMode, Boolean, Boolean, Int32, Int32)

생성자. 갈무리 대상, 데이터 세로 시작 위치, 지구 모드, 픽셀과 바이트 정렬값을 지정하여 만든다. 비디오 프레임으로 넘겨주거나 이미지 파일로 저장할 경우 코덱에 따라 픽셀 정렬 또는 바이트 정렬이 필요할 수 있다. (예를 들어, 비트맵인 경우 바이트 정렬을 4로 해야 한다.)

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

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,System.Int32,System.Int32)"]

verticalFlip
Type: SystemBoolean

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

earthMode
Type: SystemBoolean

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

pixelAlign
Type: SystemInt32

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

byteAlign
Type: SystemInt32

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

See Also