[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.BrushEx

BrushEx Class

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.

Implements
Namespace: GrapeCity.ActiveReports.Drawing
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public abstract class BrushEx : ICloneable, IDisposable

Constructors

Name Description
BrushEx()

Methods

Name Description
Clone()

When overridden in a derived class, creates an exact copy of this BrushEx object.

Dispose()

Releases all resources used by this BrushEx object.

Extension Methods