Excel for UWP/WinRT
XLPictureShape コンストラクタ(XLSheet,WriteableBitmap,Double,Double,Double,Double)

新しい図形を所有する XLSheet オブジェクト。
新しい XLPictureShape に格納されている画像。
シートに対する画像の水平位置(ツイップ単位)。
シートに対する画像の垂直位置(ツイップ単位)。
画像の幅(ツイップ単位)。
画像の高さ(ツイップ単位)。
XLPictureShape の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal sheet As XLSheet, _
   ByVal img As Windows.UI.Xaml.Media.Imaging.WriteableBitmap, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
)
public XLPictureShape( 
   XLSheet sheet,
   Windows.UI.Xaml.Media.Imaging.WriteableBitmap img,
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

パラメータ

sheet
新しい図形を所有する XLSheet オブジェクト。
img
新しい XLPictureShape に格納されている画像。
x
シートに対する画像の水平位置(ツイップ単位)。
y
シートに対する画像の垂直位置(ツイップ単位)。
width
画像の幅(ツイップ単位)。
height
画像の高さ(ツイップ単位)。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

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

Send Feedback