public abstract class Brush extends Object implements com.aspose.ms.System.IDisposable
Defines objects used to fill the interiors of graphical shapes such as rectangles, ellipses, pies, polygons, and paths.
| Constructor and Description |
|---|
Brush() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
deepClone()
When overridden in a derived class, creates an exact copy of this
Brush. |
void |
dispose()
Releases all resources used by this Brush object.
|
public abstract Object deepClone()
When overridden in a derived class, creates an exact copy of this Brush.
Brush that this method creates.public final void dispose()
Releases all resources used by this Brush object.
dispose in interface com.aspose.ms.System.IDisposableCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.