Click or drag to resize
XDL

XFramePicture Constructor (XFramePicture, Boolean)

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

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

Parameters

pFrame
Type: XFramePicture*

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

bCopy
Type: SystemBoolean

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

See Also