PictureShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Windows.Media.Imaging.WriteableBitmap, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public PictureShape(
System.Windows.Media.Imaging.WriteableBitmap ,
System.int ,
System.int
)
パラメータ
- img
- 新しい PictureShapeに格納されている画像。
- x
- セルに対する新しい図形の水平位置(twips 単位)。
- y
- セルに対する新しい図形の垂直位置(twips 単位)。
参照