PrintDocument for WinForms
RenderBlockHorzLine メソッド (C1PrintDocument)


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

パラメータ

width
The width 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 メソッド