CDC::GetGraphicsMode

 

Retrieves the current graphics mode for the specified device context.

Syntax

int GetGraphicsMode() const;

Return Value

Returns the current graphics mode on success. For a list of the values that this method can return, see GetGraphicsMode.

Returns 0 on failure.

To get extended error information, call GetLastError.

Remarks

This method wraps the Windows GDI function GetGraphicsMode.

Requirements

Header: afxwin.h

See Also

CDC Class
Hierarchy Chart