PrintDocument for WinForms
ParagraphImage コンストラクタ(Image,Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > ParagraphImage クラス > ParagraphImage コンストラクタ : ParagraphImage コンストラクタ(Image,Style)
An image assigned to the ParagraphImage.Image property of the current object.
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
Initializes a new instance of the ParagraphImage class, assigning the ParagraphImage.Image property, and specifying the Style.
シンタックス
'宣言
 
Public Function New( _
   ByVal image As System.Drawing.Image, _
   ByVal style As Style _
)
'使用法
 
Dim image As System.Drawing.Image
Dim style As Style
 
Dim instance As New ParagraphImage(image, style)
public ParagraphImage( 
   System.Drawing.Image image,
   Style style
)

パラメータ

image
An image assigned to the ParagraphImage.Image property of the current object.
style
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
参照

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