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

NameDescription
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