PictureShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Windows.Media.Imaging.WriteableBitmap, _
ByVal As System.Windows.Rect _
)
public PictureShape(
System.Windows.Media.Imaging.WriteableBitmap ,
System.Windows.Rect
)
パラメータ
- img
- 新しい PictureShapeに格納されている画像。
- rc
- セルに対する画像のサイズおよび位置を指定する Rectangle(twips 単位)。
参照