Click or drag to resize
XDL

XVertex2i Constructor (Int32, Int32)

XVertex2i 객체를 생성하는 생성자이며 x와 y값을 입력되는 xVal과 yVal값으로 초기화 한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public XVertex2i(
	int xVal,
	int yVal
)

Parameters

xVal
Type: SystemInt32

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

yVal
Type: SystemInt32

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

See Also