ISharedBitmapInitializeBitmap Method
Namespace: DevCase.Win32.InterfacesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
HResult InitializeBitmap(
IntPtr handle,
ThumbnailAlphaType alphaType
)
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Function InitializeBitmap (
handle As IntPtr,
alphaType As ThumbnailAlphaType
) As HResult
Dim instance As ISharedBitmap
Dim handle As IntPtr
Dim alphaType As ThumbnailAlphaType
Dim returnValue As HResult
returnValue = instance.InitializeBitmap(handle,
alphaType)
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
HResult InitializeBitmap(
[InAttribute] IntPtr handle,
[InAttribute] ThumbnailAlphaType alphaType
)
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
abstract InitializeBitmap :
handle : IntPtr *
alphaType : ThumbnailAlphaType -> HResult
No code example is currently available or this language may not be supported.
- handle IntPtr
-
A handle to the bitmap with which to initialize a new ISharedBitmap object.
The bitmap must be a DIB.
- alphaType ThumbnailAlphaType
-
The alpha type of the bitmap image.
HResult
If the method succeeds, it returns
S_OK.
If it fails, it returns an
HResult value.