Reports for WPF
RenderDirectImage(Unit,Unit,Image,Object,Object,ImageAlign) メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectImage メソッド : RenderDirectImage(Unit,Unit,Image,Object,Object,ImageAlign) メソッド
画像のレンダリング位置の水平(X)座標(auto は使用不可)。
画像のレンダリング位置の垂直(Y)座標(auto は使用不可)。
レンダリングする画像。
画像の幅(null の場合は auto を使用)。
画像の高さ(null の場合は auto を使用)。
使用する画像配置。
System.Drawing.Image を現在のドキュメントの C1PrintDocument.Body の現在のページ上の指定位置に追加して解決します。
シンタックス
'宣言
 
Public Overloads Sub RenderDirectImage( _
   ByVal x As Unit, _
   ByVal y As Unit, _
   ByVal image As System.Drawing.Image, _
   ByVal width As System.Object, _
   ByVal height As System.Object, _
   ByVal imageAlign As ImageAlign _
) 
public void RenderDirectImage( 
   Unit x,
   Unit y,
   System.Drawing.Image image,
   System.object width,
   System.object height,
   ImageAlign imageAlign
)

パラメータ

x
画像のレンダリング位置の水平(X)座標(auto は使用不可)。
y
画像のレンダリング位置の垂直(Y)座標(auto は使用不可)。
image
レンダリングする画像。
width
画像の幅(null の場合は auto を使用)。
height
画像の高さ(null の場合は auto を使用)。
imageAlign
使用する画像配置。
解説

このメソッドは、現在のドキュメント上の C1PrintDocument.StartDoc メソッド呼び出しと C1PrintDocument.EndDoc メソッド呼び出しの間でのみ使用できます。 詳細は、C1PrintDocument.RenderDirect を参照してください。

参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧
RenderImage クラス
RenderDirect(Unit,Unit,RenderObject,Object,Object) メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド