Bitmap for WPF
DrawBitmap(Bitmap,Single,InterpolationMode) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > DeviceContext クラス > DrawBitmap メソッド : DrawBitmap(Bitmap,Single,InterpolationMode) メソッド
The bitmap.
The opacity.
The interpolation mode.
Draws the bitmap.
シンタックス
'宣言
 
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
)

パラメータ

bitmap
The bitmap.
opacity
The opacity.
interpolationMode
The interpolation mode.
参照

DeviceContext クラス
DeviceContext メンバ
オーバーロード一覧