CDC::GetWindowOrg

Retrieves the x- and y-coordinates of the origin of the window associated with the device context.

CPoint GetWindowOrg( ) const;

Return Value

The origin of the window (in logical coordinates) as a CPoint object.

Requirements

Header: afxwin.h

See Also

Reference

CDC Class

Hierarchy Chart

CDC::GetViewportOrg

CDC::SetWindowOrg

CPoint Class

Other Resources

CDC Members