GraphicsPath.AddRectangles
AddRectangles(RectangleF[])
一連の長方形をこのパスに追加します。
public void AddRectangles(RectangleF[] rects)
パラメータ | タイプ | 説明 |
---|---|---|
rects | RectangleF[] | の配列RectangleF追加する四角形を表す構造体。 |
関連項目
- struct RectangleF
- class GraphicsPath
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing
AddRectangles(Rectangle[])
一連の長方形をこのパスに追加します。
public void AddRectangles(Rectangle[] rects)
パラメータ | タイプ | 説明 |
---|---|---|
rects | Rectangle[] | の配列Rectangle追加する四角形を表す構造体。 |
関連項目
- struct Rectangle
- class GraphicsPath
- 名前空間 System.Drawing.Drawing2D
- 組み立て Aspose.Drawing