C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / DeviceContext Class / DrawBitmap Method / DrawBitmap(Bitmap,Single,InterpolationMode) Method
The bitmap.
The opacity.
The interpolation mode.

In This Topic
DrawBitmap(Bitmap,Single,InterpolationMode) Method
In This Topic
Draws the bitmap.
Syntax
'Declaration
 
Public Overloads Sub DrawBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal opacity As System.Single, _
   ByVal interpolationMode As InterpolationMode _
) 
 

Parameters

bitmap
The bitmap.
opacity
The opacity.
interpolationMode
The interpolation mode.
See Also