Click or drag to resize
XDL

XVertex2i Constructor

Overload List
  NameDescription
Public methodXVertex2i
XVertex2i 객체를 생성하는 기본 생성장이며 x와 y값을 0으로 초기화 한다.
Public methodXVertex2i(XVertex2<int>*)
Public methodXVertex2i(XVertex2i)
XVertex2i 객체를 생성하는 생성자이며, 입력되는 XVertex2i값의 x, y값과 동일하게 복사하여 초기화 한다.
Public methodXVertex2i(Int32, Int32)
XVertex2i 객체를 생성하는 생성자이며 x와 y값을 입력되는 xVal과 yVal값으로 초기화 한다.
Top
See Also