ActiveReports 8
CreateSolidBrush Method
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : CreateSolidBrush Method

color
The brush color.

Glossary Item Box

Initializes a new BrushEx solid brush object of specified color.

Syntax

Visual Basic (Declaration) 
Function CreateSolidBrush( _
   ByVal color As ColorEx _
) As BrushEx
C# 
BrushEx CreateSolidBrush( 
   ColorEx color
)

Parameters

color
The brush color.

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