UtilImageIsAlphaBitmap(Bitmap) Method
Gets a value that determine whether the specified Bitmap has an alpha channel.
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 bool IsAlphaBitmap(
Bitmap bmp
)
Public Shared Function IsAlphaBitmap (
bmp As Bitmap
) As Boolean
Dim bmp As Bitmap
Dim returnValue As Boolean
returnValue = UtilImage.IsAlphaBitmap(bmp)
public:
static bool IsAlphaBitmap(
Bitmap^ bmp
)
static member IsAlphaBitmap :
bmp : Bitmap -> bool
No code example is currently available or this language may not be supported.
- bmp Bitmap
-
The source Bitmap.
Boolean if the specified
Bitmap has alpha channel,
otherwise.