BOOL PATHOBJ_bMoveTo(
IN PATHOBJ *ppo, | |
IN POINTFIX ptfx | |
); |
PATHOBJ_bMoveTo sets the current position in a given path.
The return value is TRUE if the function is successful. Otherwise, it is FALSE, and an error code is logged.
This function should only be called with PATHOBJ objects created by EngCreatePath.