Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Shared Function BlendBitmap ( _
bitmap As Bitmap, _
backColor As Color _
) As Bitmap
public static Bitmap BlendBitmap(
Bitmap bitmap,
Color backColor
)
public:
static Bitmap^ BlendBitmap(
Bitmap^ bitmap,
Color backColor
)
static member BlendBitmap :
bitmap:Bitmap *
backColor:Color -> Bitmap
public static function BlendBitmap(
bitmap : Bitmap,
backColor : Color
) : Bitmap
Parameters
- bitmap
Type: System.Drawing.Bitmap
- backColor
Type: System.Drawing.Color
Return Value
Type: System.Drawing.Bitmap
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.