PrintDocument for WinForms
RenderBlockVertLine メソッド (C1PrintDocument)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス : RenderBlockVertLine メソッド
The height of the line.
The LineDef used to draw the line.
Renders a vertical line with the specified height, starting at the current position, into the block flow of the current document.
シンタックス
'宣言
 
Public Function RenderBlockVertLine( _
   ByVal height As Unit, _
   ByVal line As LineDef _
) As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim height As Unit
Dim line As LineDef
Dim value As System.Boolean
 
value = instance.RenderBlockVertLine(height, line)
public System.bool RenderBlockVertLine( 
   Unit height,
   LineDef line
)

パラメータ

height
The height of the line.
line
The LineDef used to draw the line.

戻り値の型

true if no warnings were generated by this call, false otherwise.
解説

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

参照

C1PrintDocument クラス
C1PrintDocument メンバ
RenderLine クラス
RenderBlock メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド