PrintDocument for WinForms
RenderBlockEllipse(Unit,Unit,Style) メソッド


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderBlockEllipse メソッド : RenderBlockEllipse(Unit,Unit,Style) メソッド
The width of the ellipse.
The height of the ellipse.
The C1PrintDocument.Style to use.
Renders an ellipse into the block flow of the current document.
シンタックス
'宣言
 
Public Overloads Function RenderBlockEllipse( _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal style As Style _
) As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim width As Unit
Dim height As Unit
Dim style As Style
Dim value As System.Boolean
 
value = instance.RenderBlockEllipse(width, height, style)
public System.bool RenderBlockEllipse( 
   Unit width,
   Unit height,
   Style style
)

パラメータ

width
The width of the ellipse.
height
The height of the ellipse.
style
The C1PrintDocument.Style to use.

戻り値の型

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 メンバ
オーバーロード一覧
RenderEllipse クラス
RenderBlock メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド