Click or drag to resize
XDL

XVertex2i(IntPtr) Constructor

XVertex2i객체를 생성하는 생성자이며, 원본 데이터의 x, y값과 동일하게 복사하여 초기화한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 3.0.0.1
Syntax
C#
public XVertex2i(
	IntPtr nativePtr
)

Parameters

nativePtr  IntPtr
비관리 원본 데이터. c++ 버전.
See Also