Click or drag to resize
XDL

XDMComposite(IntPtr) Constructor

XDMComposite 객체에 대하여 C++ 원본 비관리객체의 포인터를 입력받아 복사하여 초기화한다.

Namespace: Pixoneer.NXDL.NRS
Assembly: NXDLrs (in NXDLrs.dll) Version: 3.0.0.1
Syntax
C#
public XDMComposite(
	IntPtr comp
)

Parameters

comp  IntPtr
XDMComposite 의 원본 비관리객체 포인터.
See Also