Reports for WinForms
RenderDirectArc(Unit,Unit,Unit,Unit,Single,Single,LineDef,Brush) メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectArc メソッド : RenderDirectArc(Unit,Unit,Unit,Unit,Single,Single,LineDef,Brush) メソッド
円弧のレンダリング位置の水平(X)座標( autoは使用不可)。
円弧のレンダリング位置の垂直(Y)座標( autoは使用不可)。
円弧の幅。
円弧の高さ。
円弧の開始角度(度単位。X 軸から時計回りに測定)。
円弧の掃引角度(度単位。 startAngleから時計回りに測定)。
円弧の描画に使用する LineDef
塗りつぶしブラシ。
円弧を現在のドキュメントの Bodyの 現在のページ上の指定位置に追加します。
シンタックス
'宣言
 
Public Overloads Sub RenderDirectArc( _
   ByVal x As Unit, _
   ByVal y As Unit, _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single, _
   ByVal line As LineDef, _
   ByVal fillBrush As System.Drawing.Brush _
) 
public void RenderDirectArc( 
   Unit x,
   Unit y,
   Unit width,
   Unit height,
   System.float startAngle,
   System.float sweepAngle,
   LineDef line,
   System.Drawing.Brush fillBrush
)

パラメータ

x
円弧のレンダリング位置の水平(X)座標( autoは使用不可)。
y
円弧のレンダリング位置の垂直(Y)座標( autoは使用不可)。
width
円弧の幅。
height
円弧の高さ。
startAngle
円弧の開始角度(度単位。X 軸から時計回りに測定)。
sweepAngle
円弧の掃引角度(度単位。 startAngleから時計回りに測定)。
line
円弧の描画に使用する LineDef
fillBrush
塗りつぶしブラシ。
解説

このメソッドは、現在のドキュメント上の StartDocメソッド呼び出しと EndDocメソッド呼び出しの間でのみ使用できます。詳細は、 RenderDirect(Unit,Unit,RenderObject,Object,Object)を参照してください。

参照

C1PrintDocument クラス
C1PrintDocument メンバ
オーバーロード一覧
RenderArc クラス
RenderDirect(Unit,Unit,RenderObject,Object,Object) メソッド
StartDoc メソッド
EndDoc メソッド
Generate メソッド