Share via


UserInteractionServices.MakeIconTransparent Method

Makes the icon transparent.

Namespace:  Microsoft.Data.Schema.Extensibility
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Function MakeIconTransparent ( _
    icon As Bitmap _
) As Bitmap
'Usage
Dim icon As Bitmap
Dim returnValue As Bitmap

returnValue = Me.MakeIconTransparent(icon)
protected Bitmap MakeIconTransparent(
    Bitmap icon
)
protected:
Bitmap^ MakeIconTransparent(
    Bitmap^ icon
)
protected function MakeIconTransparent(
    icon : Bitmap
) : Bitmap
member MakeIconTransparent : 
        icon:Bitmap -> Bitmap 

Parameters

Return Value

Type: System.Drawing.Bitmap

.NET Framework Security

See Also

Reference

UserInteractionServices Class

UserInteractionServices Members

Microsoft.Data.Schema.Extensibility Namespace