ComponentOne Bitmap for WPF
DrawBitmap(Bitmap,Single,InterpolationMode) Method

C1.WPF.DX.4 Assembly > C1.Util.DX.Direct2D Namespace > DeviceContext Class > DrawBitmap Method : DrawBitmap(Bitmap,Single,InterpolationMode) Method
The bitmap.
The opacity.
The interpolation mode.
Draws the bitmap.
Syntax
'Declaration
 
Public Overloads Sub DrawBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal opacity As System.Single, _
   ByVal interpolationMode As InterpolationMode _
) 
public void DrawBitmap( 
   Bitmap bitmap,
   System.float opacity,
   InterpolationMode interpolationMode
)

Parameters

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

Reference

DeviceContext Class
DeviceContext Members
Overload List