|
XVertex2i(Int32, Int32) Constructor
|
XVertex2i 객체를 생성하는 생성자이며 x와 y값을 입력되는 xVal과 yVal값으로 초기화한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 3.0.0.0
Syntaxpublic XVertex2i(
int xVal,
int yVal
)
Parameters
- xVal Int32
- x값
- yVal Int32
- y값
See Also