System::Drawing::Graphics::DrawRectangles method
Contents
[
Hide
]Graphics::DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<Rectangle>&) method
Draws a series of rectangles using the specified pen.
void System::Drawing::Graphics::DrawRectangles(const SharedPtr<Pen> &pen, const ArrayPtr<Rectangle> &rects)
Parameter | Type | Description |
---|---|---|
pen | const SharedPtr<Pen>& | A pen to use when drawing the rectangles |
rects | const ArrayPtr<Rectangle>& | Array of rectangles to draw |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawRectangles(const SharedPtr<Pen>&, const ArrayPtr<RectangleF>&) method
Draws a series of rectangles using the specified pen.
void System::Drawing::Graphics::DrawRectangles(const SharedPtr<Pen> &pen, const ArrayPtr<RectangleF> &rects)
Parameter | Type | Description |
---|---|---|
pen | const SharedPtr<Pen>& | A pen to use when drawing the rectangles |
rects | const ArrayPtr<RectangleF>& | Array of rectangles to draw |
See Also
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++