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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderImage クラス > RenderImage コンストラクタ : RenderImage コンストラクタ(String,ImageAlign)
A string that is assigned to the RenderImage.ImageName property.
An ImageAlign that is assigned to Style.ImageAlign of the current object's Style.
Initializes a new instance of the RenderImage class, assigning the RenderImage.Image property, and specifying a ImageAlign to use.
シンタックス
'宣言
 
Public Function New( _
   ByVal imageName As System.String, _
   ByVal imageAlign As ImageAlign _
)
'使用法
 
Dim imageName As System.String
Dim imageAlign As ImageAlign
 
Dim instance As New RenderImage(imageName, imageAlign)
public RenderImage( 
   System.string imageName,
   ImageAlign imageAlign
)

パラメータ

imageName
A string that is assigned to the RenderImage.ImageName property.
imageAlign
An ImageAlign that is assigned to Style.ImageAlign of the current object's Style.
参照

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