PrintDocument for WinForms
RenderDirectImage(Unit,Unit,Image) メソッド


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

パラメータ

x
画像のレンダリング位置の水平(X)座標( autoは使用不可)。
y
画像のレンダリング位置の垂直(Y)座標( autoは使用不可)。
image
レンダリングする画像。
解説

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

参照

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