UtilImageGetAlphaBitmap(Bitmap) Method
Gets a Bitmap with alpha channel from the specified Bitmap.
Namespace: DevCase.Core.Media.GraphicsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Bitmap GetAlphaBitmap(
Bitmap bmp
)
Public Shared Function GetAlphaBitmap (
bmp As Bitmap
) As Bitmap
Dim bmp As Bitmap
Dim returnValue As Bitmap
returnValue = UtilImage.GetAlphaBitmap(bmp)
public:
static Bitmap^ GetAlphaBitmap(
Bitmap^ bmp
)
static member GetAlphaBitmap :
bmp : Bitmap -> Bitmap
No code example is currently available or this language may not be supported.
- bmp Bitmap
-
The source Bitmap.
Bitmap
The resulting
Bitmap with alpha channel.