PDF for WPF and Silverlight
DrawEllipse(Pen,Double,Double,Double,Double) メソッド

C1.Silverlight.Pdf.5 アセンブリ > C1.Silverlight.Pdf 名前空間 > C1PdfDocument クラス > DrawEllipse メソッド : DrawEllipse(Pen,Double,Double,Double,Double) メソッド
楕円形の色、幅、スタイルを決定する Penオブジェクト。
境界四角形の左上隅の x 座標。
境界四角形の左上隅の y 座標。
境界四角形の幅。
境界四角形の高さ。
座標、幅、高さで指定された境界四角形で定義される楕円を描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawEllipse( _
   ByVal pen As Pen, _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal width As System.Double, _
   ByVal height As System.Double _
) 
public void DrawEllipse( 
   Pen pen,
   System.double x,
   System.double y,
   System.double width,
   System.double height
)

パラメータ

pen
楕円形の色、幅、スタイルを決定する Penオブジェクト。
x
境界四角形の左上隅の x 座標。
y
境界四角形の左上隅の y 座標。
width
境界四角形の幅。
height
境界四角形の高さ。
解説
すべての座標は、ページの左上隅から測定されたポイント単位で表されます。
参照

C1PdfDocument クラス
C1PdfDocument メンバ
オーバーロード一覧