ActiveReports 8
BrushEx Class
Members  See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace : BrushEx Class

Glossary Item Box

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.

Object Model

BrushEx Class

Syntax

Visual Basic (Declaration) 
Public MustInherit Class BrushEx 
   Inherits System.MarshalByRefObject
C# 
public abstract class BrushEx : System.MarshalByRefObject 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      GrapeCity.ActiveReports.Extensibility.Rendering.Drawing.BrushEx

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also