Reports for WPF
RenderDirectEllipse(Unit,Unit,Unit,Unit,Color,Unit) メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1PrintDocument クラス > RenderDirectEllipse メソッド : RenderDirectEllipse(Unit,Unit,Unit,Unit,Color,Unit) メソッド
楕円のレンダリング位置の水平(X)座標(auto は使用不可)。
楕円のレンダリング位置の垂直(Y)座標(auto は使用不可)。
楕円の幅。
楕円の高さ。
線の色。
線の太さ。
楕円を現在のドキュメントの C1PrintDocument.Body の 現在のページ上の指定位置に追加します。
シンタックス
'宣言
 
Public Overloads Sub RenderDirectEllipse( _
   ByVal x As Unit, _
   ByVal y As Unit, _
   ByVal width As Unit, _
   ByVal height As Unit, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal lineThickness As Unit _
) 
public void RenderDirectEllipse( 
   Unit x,
   Unit y,
   Unit width,
   Unit height,
   System.Drawing.Color lineColor,
   Unit lineThickness
)

パラメータ

x
楕円のレンダリング位置の水平(X)座標(auto は使用不可)。
y
楕円のレンダリング位置の垂直(Y)座標(auto は使用不可)。
width
楕円の幅。
height
楕円の高さ。
lineColor
線の色。
lineThickness
線の太さ。
解説

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

参照

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