コンテンツの配置を指定して画像/ビットマップを描画します。
シンタックス
'宣言
Public Overloads Sub DrawImage( _
ByVal As System.Windows.Media.Imaging.WriteableBitmap, _
ByVal As System.Windows.Rect, _
ByVal As System.Windows.Rect _
)
public void DrawImage(
System.Windows.Media.Imaging.WriteableBitmap ,
System.Windows.Rect ,
System.Windows.Rect
)
パラメータ
- image
- 描画する画像/ビットマップ。
- rcImage
- 描画する画像/ビットマップの四角形。
- rcClip
- 画像/ビットマップ四角形の描画クリップ。
参照