Click or drag to resize
XDL

XHitFlag(IntPtr) Constructor

XHitFlag객체를 생성하는 생성자이다. 원본 인스턴스 XHitFlag 포인터를 입력 받아 CLR로 연결시켜주는 역할을 수행한다.

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

Parameters

pFlag  IntPtr
XHitFlag 원본 인스턴스
See Also