'宣言 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
- The image to add.
- style
- A style used to render the image.
戻り値の型
A ParagraphImage object representing the specified image.