PrintDocument for WinForms
RenderImage コンストラクタ(String,Style)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderImage クラス > RenderImage コンストラクタ : RenderImage コンストラクタ(String,Style)
A string that is assigned to the RenderImage.ImageName property.
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 RenderImage class, assigning the RenderImage.Image property, and specifying a Style to use.
シンタックス
'宣言
 
Public Function New( _
   ByVal imageName As System.String, _
   ByVal style As Style _
)
'使用法
 
Dim imageName As System.String
Dim style As Style
 
Dim instance As New RenderImage(imageName, style)
public RenderImage( 
   System.string imageName,
   Style style
)

パラメータ

imageName
A string that is assigned to the RenderImage.ImageName property.
style
A Style to use (the Style.AssignNonInheritedFrom method is used to copy the specified style to the current object's RenderObject.Style).
参照

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