CDC::GetViewportExt

This method does not do anything in Windows CE. It is included for compatibility with existing code.

At a Glance

Header file: Afxwin.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

CSize GetViewportExt ( ) const;

Remarks

In Windows CE, you cannot change the viewport extent, so this method does not actually do anything. It always returns (1,1).

See Also

CSize