Click or drag to resize
XDL

XFramePicture(XFramePicture*, Boolean) Constructor

XFramePicture클래스의 생성자로서, 비관리 객체를 입력 받아 생성한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public XFramePicture(
	XFramePicture* pFrame,
	bool bCopy
)

Parameters

pFrame  XFramePicture*

[Missing <param name="pFrame"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.#ctor(Pixoneer.XDL.VD.XFramePicture*,System.Boolean)"]

bCopy  Boolean

[Missing <param name="bCopy"/> documentation for "M:Pixoneer.NXDL.NXVideo.XFramePicture.#ctor(Pixoneer.XDL.VD.XFramePicture*,System.Boolean)"]

See Also