'宣言 Public Overloads Function AddImage( _ ByVal image As System.Drawing.Image, _ ByVal style As Style _ ) As ParagraphImage
'使用法 Dim instance As ParagraphObjectCollection Dim image As System.Drawing.Image Dim style As Style Dim value As ParagraphImage value = instance.AddImage(image, style)
public ParagraphImage AddImage( System.Drawing.Image image, Style style )
パラメータ
- image
- 段落に追加する画像。
- style
- 画像のレンダリングに使用するスタイル。
戻り値の型
画像を表すために作成された ParagraphImage オブジェクト。