CDC::GetCurrentPosition

This member function retrieves the current position (in logical coordinates). The current position can be set with the MoveTo member function.

Syntax

CPoint GetCurrentPosition( ) const;

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CDC::MoveTo, CPoint