|
XVertex2i(Int32, Int32) Constructor
|
XVertex2i 객체를 생성하는 생성자이며 x와 y값을 입력되는 xVal과 yVal값으로 초기화한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic XVertex2i(
int xVal,
int yVal
)
Parameters
- xVal Int32
[Missing <param name="xVal"/> documentation for "M:Pixoneer.NXDL.XVertex2i.#ctor(System.Int32,System.Int32)"]
- yVal Int32
[Missing <param name="yVal"/> documentation for "M:Pixoneer.NXDL.XVertex2i.#ctor(System.Int32,System.Int32)"]
See Also