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

C1.UWP.Word アセンブリ > C1.Xaml.Word.Canvas 名前空間 > PictureShape クラス > PictureShape コンストラクタ : PictureShape コンストラクタ(WriteableBitmap,Int32,Int32)
新しい PictureShapeに格納されている画像。
セルに対する新しい図形の水平位置(ツイップ単位)。
セルに対する新しい図形の垂直位置(ツイップ単位)。
PictureShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal img As Windows.UI.Xaml.Media.Imaging.WriteableBitmap, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer _
)
public PictureShape( 
   Windows.UI.Xaml.Media.Imaging.WriteableBitmap img,
   System.int x,
   System.int y
)

パラメータ

img
新しい PictureShapeに格納されている画像。
x
セルに対する新しい図形の水平位置(ツイップ単位)。
y
セルに対する新しい図形の垂直位置(ツイップ単位)。
参照

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