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

C1.UWP.Word アセンブリ > C1.Xaml.Word.Canvas 名前空間 > PictureShape クラス > PictureShape コンストラクタ : PictureShape コンストラクタ(IShapeContainer,C1Bitmap,Int32,Int32,Int32,Int32)
図形コンテナを所有する IShapeContainerオブジェクト。
新しい PictureShapeに含まれる、指定されたビットマップオブジェクト。
シートに対する画像の水平位置(ツイップ単位)。
シートに対する画像の垂直位置(ツイップ単位)。
画像の幅(ツイップ単位)。
画像の高さ(ツイップ単位)。
PictureShapeの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal container As IShapeContainer, _
   ByVal bmp As C1.Xaml.Bitmap.C1Bitmap, _
   ByVal x As System.Integer, _
   ByVal y As System.Integer, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer _
)
public PictureShape( 
   IShapeContainer container,
   C1.Xaml.Bitmap.C1Bitmap bmp,
   System.int x,
   System.int y,
   System.int width,
   System.int height
)

パラメータ

container
図形コンテナを所有する IShapeContainerオブジェクト。
bmp
新しい PictureShapeに含まれる、指定されたビットマップオブジェクト。
x
シートに対する画像の水平位置(ツイップ単位)。
y
シートに対する画像の垂直位置(ツイップ単位)。
width
画像の幅(ツイップ単位)。
height
画像の高さ(ツイップ単位)。
参照

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