GraphicsPath.AddRectangles メソッド (RectangleF )
パスに一連の四角形を追加します。
Overloads Public Sub AddRectangles( _
ByVal rects() As RectangleF _)
[C#]
public void AddRectangles(RectangleF[] rects);
[C++]
public: void AddRectangles(RectangleFrects[]);
[JScript]
public function AddRectangles(
rects : RectangleF[]);
パラメータ
- rects
追加する四角形を表す RectangleF 構造体の配列。
使用例
例については、 GraphicsPath.AddRectangles 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.AddRectangles オーバーロードの一覧