in a C++ MFC application the drawing coordinates origin is the TOP left, so that position 5,3 would be here:
|------------|
| x |
| |
| |
|------------|
yet in a dxf file the origin is of course at the BOTTOM left, so position 5,3 would be here:
|------------|
|...