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

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

パラメータ

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

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