Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This header is used by GDI+. For more information, see:
gdiplusheaders.h contains the following programming interfaces:
Classes
| Bitmap The Bitmap class inherits from the Image class. |
| CachedBitmap A CachedBitmap object stores a bitmap in a format that is optimized for display on a particular device. To display a cached bitmap, call the Graphics::DrawCachedBitmap method. |
| CustomLineCap The CustomLineCap class encapsulates a custom line cap. |
| Font The Font class encapsulates the characteristics, such as family, height, size, and style (or combination of styles), of a specific font. A Font object is used when drawing strings. |
| FontCollection The FontCollection class is an abstract base class. It contains methods for enumerating the font families in a collection of fonts. Objects built from this class include the InstalledFontCollection and PrivateFontCollection classes. |
| FontFamily This FontFamily class encapsulates a set of fonts that make up a font family. A font family is a group of fonts that have the same typeface but different styles. |
| Image The Image class provides methods for loading and saving raster images (bitmaps) and vector images (metafiles). |
| InstalledFontCollection The InstalledFontCollection class defines a class that represents the fonts installed on the system. |
| Metafile The Metafile class defines a graphic metafile. A metafile contains records that describe a sequence of graphics API calls. Metafiles can be recorded (constructed) and played back (displayed). |
| PrivateFontCollection The PrivateFontCollection is a collection class for fonts. This class keeps a collection of fonts specifically for an application. The fonts in the collection can include installed fonts as well as fonts that have not been installed on the system. |
| Region The Region class describes an area of the display surface. |