PrintDocument for WinForms
RenderDirectGraphicsEnd メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : RenderDirectGraphicsEnd メソッド
Renders the internally maintained RenderGraphics object created with a previous call to C1PrintDocument.RenderDirectGraphicsBegin onto the current page of the document.
シンタックス
'宣言
 
Public Sub RenderDirectGraphicsEnd() 
'使用法
 
Dim instance As C1PrintDocument
 
instance.RenderDirectGraphicsEnd()
public void RenderDirectGraphicsEnd()
解説
Internally, this method calls C1PrintDocument.RenderDirect, passing the C1PrintDocument.CurrentDirectRenderGraphics as the parameter, and resets the internal variable used to hold that value.

The coordinates at which C1PrintDocument.CurrentDirectRenderGraphics is rendered are determined by the preceding call to C1PrintDocument.RenderDirectGraphicsBegin.

参照

C1PrintDocument クラス
C1PrintDocument メンバ
RenderDirectGraphicsBegin メソッド
CurrentDirectRenderGraphics プロパティ
RenderGraphics クラス
RenderDirect(Unit,Unit,RenderObject) メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド
Warnings プロパティ