次の方法で共有


GraphicsPath.AddRectangle メソッド (RectangleF)

パスに四角形を追加します。

Overloads Public Sub AddRectangle( _
   ByVal rect As RectangleF _)
[C#]
public void AddRectangle(RectangleFrect);
[C++]
public: void AddRectangle(RectangleFrect);
[JScript]
public function AddRectangle(
   rect : RectangleF);

パラメータ

  • rect
    追加する四角形を表す RectangleF 構造体。

使用例

例については、 GraphicsPath.AddRectangle 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.AddRectangle オーバーロードの一覧