Tao.DevIl SDK Documentation |
|
Ilut.ilutSetHBitmap Method
ilutSetHBitmap copies Bitmap to the current bound image in a format OpenIL can understand. The image can then be used just as if you had loaded an image via ilLoadImage. This function is the opposite of ilutConvertToHBitmap.
[Visual Basic]
Public Shared Function ilutSetHBitmap( _
ByVal
Bitmap As
IntPtr _
) As
Boolean
[C#]
public static
bool ilutSetHBitmap(
IntPtr Bitmap);
Parameters
-
Bitmap
- Bitmap to copy to the current bound image.
Return Value
See Also
Ilut Class | Tao.DevIl Namespace