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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderImage クラス > RenderImage コンストラクタ : RenderImage コンストラクタ(Image,ImageAlign)
An System.Drawing.Image that is assigned to the RenderImage.Image 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 image As System.Drawing.Image, _
   ByVal imageAlign As ImageAlign _
)
'使用法
 
Dim image As System.Drawing.Image
Dim imageAlign As ImageAlign
 
Dim instance As New RenderImage(image, imageAlign)
public RenderImage( 
   System.Drawing.Image image,
   ImageAlign imageAlign
)

パラメータ

image
An System.Drawing.Image that is assigned to the RenderImage.Image property.
imageAlign
An ImageAlign that is assigned to Style.ImageAlign of the current object's Style.
参照

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