PDF for .NET
FillEllipse(Color,Single,Single,Single,Single) メソッド

C1.Pdf.6 アセンブリ > C1.Pdf 名前空間 > C1PdfDocument クラス > FillEllipse メソッド : FillEllipse(Color,Single,Single,Single,Single) メソッド
楕円の塗りつぶしに使用する色。
境界四角形の左上隅の x 座標。
境界四角形の左上隅の x 座標。
境界四角形の幅。
境界四角形の高さ。
XY 座標、幅、高さで指定された四角形領域で定義された楕円の内部を塗りつぶします。
シンタックス
'宣言
 
Public Overloads Sub FillEllipse( _
   ByVal color As System.Drawing.Color, _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal width As System.Single, _
   ByVal height As System.Single _
) 
public void FillEllipse( 
   System.Drawing.Color color,
   System.float x,
   System.float y,
   System.float width,
   System.float height
)

パラメータ

color
楕円の塗りつぶしに使用する色。
x
境界四角形の左上隅の x 座標。
y
境界四角形の左上隅の x 座標。
width
境界四角形の幅。
height
境界四角形の高さ。
解説
すべての座標は、ページの左上隅から測定されたポイント単位で表されます。
参照

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