UtilImageGetAlphaBitmap(IntPtr) Method
Gets a Bitmap with alpha channel from the specified native hBitmap.
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(
IntPtr hBitmap
)
Public Shared Function GetAlphaBitmap (
hBitmap As IntPtr
) As Bitmap
Dim hBitmap As IntPtr
Dim returnValue As Bitmap
returnValue = UtilImage.GetAlphaBitmap(hBitmap)
public:
static Bitmap^ GetAlphaBitmap(
IntPtr hBitmap
)
static member GetAlphaBitmap :
hBitmap : IntPtr -> Bitmap
No code example is currently available or this language may not be supported.
- hBitmap IntPtr
-
A handle to a native hBitmap object.
Bitmap
The resulting
Bitmap with alpha channel.