MoveTo
Move the current position to the desired coordinates.
voidMoveTo ( float x, float y );
Parameters
- x
- The x coordinate of the desired position.
- y
- The y coordinate of the desired position.
Return Values
This function has no return value.
Requirements
- Version:
- ArchiCAD 14
- Header:
- NativeContext.hpp
- Import Library:
- DGGraphix.lib
- Module:
- DGGraphix.dll [WIN], DGGraphix.framework [MAC]