Word for WinForms
PictureShape コンストラクタ(Image,Rectangle)

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

パラメータ

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

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