次の方法で共有


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

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

Overloads Public Sub AddEllipse( _
   ByVal x As Integer, _   ByVal y As Integer, _   ByVal width As Integer, _   ByVal height As Integer _)
[C#]
public void AddEllipse(intx,inty,intwidth,intheight);
[C++]
public: void AddEllipse(intx,inty,intwidth,intheight);
[JScript]
public function AddEllipse(
   x : int,y : int,width : int,height : int);

パラメータ

  • 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 オーバーロードの一覧