Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Call this member function to determine the layout of the text and graphics for a device context, such as a printer or a metafile.
DWORD GetLayout( ) const;
Return Value
If successful, the layout flags for the current device context. Otherwise, GDI_ERROR. For extended error information, call GetLastError. For a list of the layout flags, see CDC::SetLayout.
Remarks
The default layout is left to right.
Requirements
Header: afxwin.h