|
XFramePicture(XFramePicture*, Boolean) Constructor
|
XFramePicture 클래스의 생성자로서, 비관리 객체를 입력 받아 생성한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntaxpublic XFramePicture(
XFramePicture* pFrame,
bool bCopy
)
Parameters
- pFrame XFramePicture*
- pFrame의 외부 비관리 객체 포인터.
- bCopy Boolean
- 복제 여부, true 이면 복제하여 사용한다.
See Also