Class
|
Description
|
GDI Plus Base Foundation Class
|
The abstract base class for all other _GDIPLUS classes. Provides some basic utility methods.
|
GDI Plus Bitmap Foundation Class
|
Encapsulates a GDI+ bitmap, which consists of the pixel data for a graphics image and its attributes. A Bitmap object is an object used to work with images defined by pixel data.
|
GDI Plus Brush Foundation Class
|
The abstract base class for all Brush classes (for example, the gpSolidBrush and gpHatchBrush classes).
|
GDI Plus Color Foundation Class
|
Encapsulates a GDI+ color, consisting of 4 positive integers (0..255) for red, green, blue and alpha components.
|
GDI Plus Font Foundation Class
|
Defines a particular format for text, including font face, size, and style attributes.
|
GDI Plus FontFamily Foundation Class
|
Designates attributes shared by a group of related fonts.
|
GDI Plus Graphics Foundation Class
|
Encapsulates a GDI+ drawing surface. Provides methods for drawing on a window or other canvas.
|
GDI Plus HatchBrush Foundation Class
|
A brush object which fills with a hatch pattern.
|
GDI Plus Image Foundation Class
|
Encapsulates a GDI+ image, and serves as the base class for specific image types (for example, the gpBitmap class).
|
GDI Plus Object Foundation Class
|
The abstract base class for all GDI+ objects. Provides management of GDI+ handles and the outcome of GDI+ operations.
|
GDI Plus Pen Foundation Class
|
A pen object, which is used to draw lines and curves.
|
GDI Plus Point Foundation Class
|
Encapsulates an ordered pair of x- and y-coordinates that defines a point in a two-dimensional plane.
|
GDI Plus Rectangle Foundation Class
|
Encapsulates a set of four numbers that represent the location and size of a rectangle.
|
GDI Plus Size Foundation Class
|
Stores an ordered pair of numbers, typically the width and height of a rectangle.
|
GDI Plus SolidBrush Foundation Class
|
A brush object which fills with a solid color.
|
GDI Plus StringFormat Foundation Class
|
Object which encapsulates text layout information (such as alignment and line spacing) and display manipulations (such as ellipsis insertion and national digit substitution).
|