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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderBlockArc メソッド : RenderBlockArc(Unit,Unit,Single,Single,Style) メソッド
The width of the arc.
The height of the arc.
The arc's starting angle (in degrees, measured clockwise from the X axis).
The arc's sweep angle (in degrees, measured clockwise from startAngle).
The C1PrintDocument.Style to use.
Renders an arc into the block flow of the current document.
シンタックス
'宣言
 
Public Overloads Function RenderBlockArc( _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single, _
   ByVal style As Style _
) As System.Boolean
'使用法
 
Dim instance As C1PrintDocument
Dim width As Unit
Dim height As Unit
Dim startAngle As System.Single
Dim sweepAngle As System.Single
Dim style As Style
Dim value As System.Boolean
 
value = instance.RenderBlockArc(width, height, startAngle, sweepAngle, style)
public System.bool RenderBlockArc( 
   Unit width,
   Unit height,
   System.float startAngle,
   System.float sweepAngle,
   Style style
)

パラメータ

width
The width of the arc.
height
The height of the arc.
startAngle
The arc's starting angle (in degrees, measured clockwise from the X axis).
sweepAngle
The arc's sweep angle (in degrees, measured clockwise from startAngle).
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 メンバ
オーバーロード一覧
RenderArc クラス
RenderBlock メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド