Click or drag to resize
XDL

XVertex2i Constructor (XVertex2i)

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

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public XVertex2i(
	XVertex2i val
)

Parameters

val
Type: Pixoneer.NXDLXVertex2i

[Missing <param name="val"/> documentation for "M:Pixoneer.NXDL.XVertex2i.#ctor(Pixoneer.NXDL.XVertex2i)"]

See Also