Version

IndirectBrush Class

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

An indirect brush will suffice for most situations since it is not a requirement to know the position and bounds of the element that is being filled by the brush. Any brushes of this type will be converted to a DirectBrush when elements need to be rendered, but do not require the programmer to take specific action.

Requirements

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

View on GitHub