バージョン

CreateInlinePicture メソッド (Document)

この Document で使用する新しい InlinePicture を返します。
シンタックス
'宣言
 
Public Function CreateInlinePicture( _
   ByVal image As System.Drawing.Image _
) As InlinePicture
public InlinePicture CreateInlinePicture( 
   System.Drawing.Image image
)

パラメータ

image
図と関連する画像。
参照

オンラインで表示: GitHub