Search
SolidBrush Constructor (Color)
See Also
 





Initializes a new instance of the SolidBrush class with the specified color.

Namespace: MindFusion.Drawing
Package: MindFusion.Common

 Syntax

C#  Copy Code

public SolidBrush (
    Color color
)

Visual Basic  Copy Code

Public New ( _
    color As Color _
)

 Parameters

color
A Color object that specifies the color of the new brush.

 See Also