'DeclarationPublic Overloads Shared Function CreateSolidBrush( _ ByVal color As System.Integer _ ) As System.IntPtr
'UsageDim color As System.Integer Dim value As System.IntPtr value = NGdi32.CreateSolidBrush(color)
public static System.IntPtr CreateSolidBrush( System.int color )
Parameters
- color