'宣言 Public Overloads Function AddImage( _ ByVal image As System.Drawing.Image _ ) As ParagraphImage
'使用法 Dim instance As ParagraphObjectCollection Dim image As System.Drawing.Image Dim value As ParagraphImage value = instance.AddImage(image)
public ParagraphImage AddImage( System.Drawing.Image image )
パラメータ
- image
- The image to add.
戻り値の型
A ParagraphImage object representing the specified image.