次の方法で共有


GraphicsPath.AddEllipse メソッド (Single, Single, Single, Single)

現在のパスに楕円を追加します。

Overloads Public Sub AddEllipse( _
   ByVal x As Single, _   ByVal y As Single, _   ByVal width As Single, _   ByVal height As Single _)
[C#]
public void AddEllipse(floatx,floaty,floatwidth,floatheight);
[C++]
public: void AddEllipse(floatx,floaty,floatwidth,floatheight);
[JScript]
public function AddEllipse(
   x : float,y : float,width : float,height : float);

パラメータ

  • x
    楕円を定義する外接する四角形の左上隅の x 座標。
  • y
    楕円を定義する外接する四角形の左上隅の y 座標。
  • width
    楕円を定義する外接する四角形の幅。
  • height
    楕円を定義する外接する四角形の高さ。

使用例

例については、 GraphicsPath.AddEllipse Method (Rectangle) のトピックを参照してください。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

GraphicsPath クラス | GraphicsPath メンバ | System.Drawing.Drawing2D 名前空間 | GraphicsPath.AddEllipse オーバーロードの一覧