Bitmap for WPF
DrawBitmap メソッド (CommandSink)

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > CommandSink インターフェース : DrawBitmap メソッド
HRESULT ID2D1CommandSink::DrawBitmap([In] ID2D1Bitmap* bitmap,[In, Optional] const D2D_RECT_F* destinationRectangle,[In] float opacity,[In] D2D1_INTERPOLATION_MODE interpolationMode,[In, Optional] const D2D_RECT_F* sourceRectangle,[In, Optional] const D2D_MATRIX_4X4_F* perspectiveTransform)
シンタックス
'宣言
 
Sub DrawBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal destinationRectangle As System.Nullable(Of RectF), _
   ByVal opacity As System.Single, _
   ByVal interpolationMode As InterpolationMode, _
   ByVal sourceRectangle As System.Nullable(Of RectF), _
   ByVal perspectiveTransformRef As System.Nullable(Of Matrix4x4) _
) 
void DrawBitmap( 
   Bitmap bitmap,
   System.Nullable<RectF> destinationRectangle,
   System.float opacity,
   InterpolationMode interpolationMode,
   System.Nullable<RectF> sourceRectangle,
   System.Nullable<Matrix4x4> perspectiveTransformRef
)

パラメータ

bitmap
destinationRectangle
opacity
interpolationMode
sourceRectangle
perspectiveTransformRef
参照

CommandSink インターフェース
CommandSink メンバ