Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.6 KB

File metadata and controls

38 lines (29 loc) · 1.6 KB
title Utility Classes (ATL) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
vc.atl.classes.utility
dev_langs
C++
helpviewer_keywords
utility classes
ms.assetid 33d5da9d-89a5-49f9-a873-a26499299d17
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen

Utility Classes

The following MFC-independent utility classes are provided:

  • CImage Provides enhanced bitmap support, including the ability to load and save images in JPEG, GIF, BMP, and Portable Network Graphics (PNG) formats.

  • CPoint Provides an implementation for storing coordinate (x, y) pairs.

  • CRect Provides an implementation for storing coordinates of rectangular areas.

  • CSize Provides an implementation for storing distance, relative positions, or paired values.

  • CString Provides an implementation for storing character strings.

  • CAdapt A simple template used to wrap classes that redefine the address-of operator.

  • _U_RECT An argument adapter class that allows either RECT pointers or references to be passed to a function that is implemented in terms of pointers.

See Also

Class Overview