SystemBrushes::FromSystemColor Method (Color)

 

Creates a Brush from the specified Color structure.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
static Brush^ FromSystemColor(
	Color c
)

Parameters

c
Type: System.Drawing::Color

The Color structure from which to create the Brush.

Return Value

Type: System.Drawing::Brush^

The Brush this method creates.

.NET Framework
Available since 1.1
Return to top
Show: