CreateSolidBrush (coredll)
Last changed: BK-66.46.213.4

.
Summary
This function creates a logical brush that has the specified solid color.

C# Signature:

[DllImport("gdi32.dll", EntryPoint="CreateSolidBrush", SetLastError=true)]
public static extern IntPtr CreateSolidBrush( int crColor );

VB Signature:

Declare Function CreateSolidBrush Lib "gdi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

Taken from openNetCF in OpenNETCF.Win32.Core

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation