Word for WPF
PictureShape コンストラクタ(WriteableBitmap,Rect)

C1.WPF.Word.4.5.2 アセンブリ > C1.WPF.Word.Canvas 名前空間 > PictureShape クラス > PictureShape コンストラクタ : PictureShape コンストラクタ(WriteableBitmap,Rect)
新しい PictureShapeに格納されている画像。
セルに対する画像のサイズおよび位置を指定する Rectangle(twips 単位)。
PictureShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal img As System.Windows.Media.Imaging.WriteableBitmap, _
   ByVal rc As System.Windows.Rect _
)
public PictureShape( 
   System.Windows.Media.Imaging.WriteableBitmap img,
   System.Windows.Rect rc
)

パラメータ

img
新しい PictureShapeに格納されている画像。
rc
セルに対する画像のサイズおよび位置を指定する Rectangle(twips 単位)。
参照

PictureShape クラス
PictureShape メンバ
オーバーロード一覧