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