Click or drag to resize
XDL

XFrameCaptureBufferSetSize Method

프레임 갈무리 버퍼의 크기를 정한다. 고정 크기로 하면 뷰 화면 크기와 다르게 영상 크기를 지정할 수 있다. 갈무리 영상 가로 크기. 갈무리 영상 세로 크기. 고정 크기 버퍼인지 표시. 고정 크기 버퍼는 버퍼 크기만큼 영상을 그리고 뷰 크기에 맞게 보여준다.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 1.2.817.72
Syntax
C#
public void SetSize(
	int nWidth,
	int nHeight,
	bool bFixed
)

Parameters

nWidth
Type: SystemInt32

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

nHeight
Type: SystemInt32

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

bFixed
Type: SystemBoolean

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

See Also