ActiveReports 12
CreateSolidBrush Method

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Drawing Namespace > IDrawingCanvas Interface : CreateSolidBrush Method
The brush color.
Initializes a new BrushEx solid brush object of specified color.
Syntax
'Declaration
 
Function CreateSolidBrush( _
   ByVal color As ColorEx _
) As BrushEx
BrushEx CreateSolidBrush( 
   ColorEx color
)

Parameters

color
The brush color.
See Also

Reference

IDrawingCanvas Interface
IDrawingCanvas Members