PrintDocument for WinForms
AddImage(Image,Style) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ParagraphObjectCollection クラス > AddImage メソッド : AddImage(Image,Style) メソッド
The image to add.
A style used to render the image.
Adds an image with a specified style to the current paragraph content.
シンタックス
'宣言
 
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.
解説
This method creates a ParagraphImage, initializes it with the specified image and style, and adds it to the current collection.
参照

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