public static Bitmap GetAlphaBitmap(
SafeBitmapHandle hBitmap
)
Public Shared Function GetAlphaBitmap (
hBitmap As SafeBitmapHandle
) As Bitmap
Dim hBitmap As SafeBitmapHandle
Dim returnValue As Bitmap
returnValue = UtilImage.GetAlphaBitmap(hBitmap)
public:
static Bitmap^ GetAlphaBitmap(
SafeBitmapHandle^ hBitmap
)
static member GetAlphaBitmap :
hBitmap : SafeBitmapHandle -> Bitmap
No code example is currently available or this language may not be supported.