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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectImage メソッド : RenderDirectImage(Unit,Unit,Image) メソッド
The horizontal (X) coordinate at which to render the image (cannot be auto).
The vertical (Y) coordinate at which to render the image (cannot be auto).
The image to render.
Adds an System.Drawing.Image to the C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
シンタックス
'宣言
 
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
The horizontal (X) coordinate at which to render the image (cannot be auto).
y
The vertical (Y) coordinate at which to render the image (cannot be auto).
image
The image to render.
解説

This method can only be used between calls to C1PrintDocument.StartDoc and C1PrintDocument.EndDoc methods on the current document. For details, see C1PrintDocument.RenderDirect.

参照

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