Class Brush
Brush class
Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
public abstract class Brush : IDisposable
Methods
Name | Description |
---|---|
abstract Clone() | When overridden in a derived class, creates an exact copy of this Brush. |
Dispose() | Releases all resources used by this Brush object. |
See Also
- namespace System.Drawing
- assembly Aspose.Drawing