DioDocs for PDF
Render メソッド (Surface)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout.Composition 名前空間 > Surface クラス : Render メソッド
The target GrapeCity.Documents.Drawing.GcGraphics object.
Draws this Surface on a specified GrapeCity.Documents.Drawing.GcGraphics object.

This method first calls PerformLayout, if the call succeeds it then draws all layers starting with the bottom layer and going up. For each layer, it draws all visuals from the bottom to the top one, followed by drawing the layer's sub-layers. The process repeats until the topmost visual of the top layer has been drawn.

シンタックス
'宣言
 
Public Function Render( _
   ByVal graphics As GcGraphics _
) As System.Boolean
public System.bool Render( 
   GcGraphics graphics
)

パラメータ

graphics
The target GrapeCity.Documents.Drawing.GcGraphics object.

戻り値の型

The result of executing the PerformLayout method.
参照

Surface クラス
Surface メンバ