Version

DirectBrush Class

Represents an abstract base class for direct or absolute types of brushes.
Syntax
'Declaration
 
Public MustInherit Class DirectBrush 
   Inherits Brush
   Implements Infragistics.Documents.Reports.ISealable 
public abstract class DirectBrush : Brush, Infragistics.Documents.Reports.ISealable  
Remarks

Direct brushes can be used when the bounds of the region that will be filled are known. For most situations, using a IndirectBrush will suffice because it will be converted to the appropriate DirectBrush internally when the Infragistics.Documents.Reports.Report.Report is published. When the bounds and position of an element are known, such as an element with a fixed height and width in a Infragistics.Documents.Reports.Report.ISite or in the Infragistics.Documents.Reports.Report.IDrawing.OnDraw method, a direct brush can allow for an additional degree of control.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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