GraphicsPath.AddRectangles

AddRectangles(RectangleF[])

一連の長方形をこのパスに追加します。

public void AddRectangles(RectangleF[] rects)
パラメータタイプ説明
rectsRectangleF[]の配列RectangleF追加する四角形を表す構造体。

関連項目


AddRectangles(Rectangle[])

一連の長方形をこのパスに追加します。

public void AddRectangles(Rectangle[] rects)
パラメータタイプ説明
rectsRectangle[]の配列Rectangle追加する四角形を表す構造体。

関連項目