 | XvcObjMoveObject Method |
입력 오프셋만큼 객체를 이동한다.
Namespace:
Pixoneer.NXDL.NVC
Assembly:
NXDLvc (in NXDLvc.dll) Version: 1.2.817.72
Syntaxpublic virtual void MoveObject(
double dx,
double dy
)
Parameters
- dx
- Type: SystemDouble
[In] 이동할 X 방향의 오프셋. - dy
- Type: SystemDouble
[In] 이동할 Y 방향의 오프셋.
See Also