Click or drag to resize
XDL

XVertex2d Constructor (Double, Double)

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

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

Parameters

xVal
Type: SystemDouble

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

yVal
Type: SystemDouble

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

See Also