The Drawing package provides access to basic 2D graphics functionality.
|
Brush
|
Classes derived from this abstract base class define objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
|
|
Color
|
The Color class is used to encapsulate colors in the default serge color space Every color has an implicit alpha value of 1.0 or an explicit one provided in the constructor.
|
|
Graphics2D
|
This Graphics2D class provides more sophisticated control over geometry, coordinate transformations, color management, and text layout.
|
|
LinearGradientBrush
|
The LinearGradientBrush class provides a way to fill a Shape with a linear color gradient pattern.
|
|
Pen
|
The
Pen class defines a basic set of rendering attributes for the outlines of graphics primitives, which are rendered with a Graphics2D object that has its Stroke attribute set to this Pen. |
|
RadialGradientBrush
|
The RadialGradientBrush class provides a way to fill a shape with a circular radial color gradient pattern.
|
|
SolidBrush
|
Defines a brush of a single color.
|
|
TextureBrush
|
The TextureBrush class provides a way to fill a Shape with a texture that is specified as an Image.
|

Leave a comment