'宣言 Public Overloads Sub DrawImage( _ ByVal img As System.Windows.Media.Imaging.WriteableBitmap, _ ByVal rc As System.Windows.Rect, _ ByVal align As ContentAlignment, _ ByVal stretch As System.Windows.Media.Stretch _ )
public void DrawImage( System.Windows.Media.Imaging.WriteableBitmap img, System.Windows.Rect rc, ContentAlignment align, System.Windows.Media.Stretch stretch )
パラメータ
- img
- 描画する System.Windows.Media.Imaging.WriteableBitmapオブジェクト。
- rc
- 描画画像の位置をページの左上隅からのポイント数で指定する System.Windows.Rect構造体。
- align
- 四角形内に画像を配置する方法を指定する ContentAlignment値。
- stretch
- 四角形に収まるように画像をサイズ変更する方法を指定する System.Windows.Media.Stretch値。