Reports for WPF
RenderDirectPie(Unit,Unit,Unit,Unit,Single,Single,LineDef) メソッド

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

パラメータ

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

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

参照

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