System::Drawing::Graphics::FillClosedCurve method
Contents
[
Hide
]Graphics::FillClosedCurve(const SharedPtr<Brush>&, const ArrayPtr<Point>&, Drawing2D::FillMode, float) method
Draws a closed spline using the specified brush.
void System::Drawing::Graphics::FillClosedCurve(const SharedPtr<Brush> &brush, const ArrayPtr<Point> &points, Drawing2D::FillMode fillmode=Drawing2D::FillMode::Alternate, float tension=0.5f)
| Parameter | Type | Description | 
|---|---|---|
| brush | const SharedPtr<Brush>& | A brush to use when drawing the spline | 
| points | const ArrayPtr<Point>& | Array of points that determines the spline | 
| fillmode | Drawing2D::FillMode | IGNORED | 
| tension | float | Value that specifies the tension of the spline | 
See Also
- Typedef SharedPtr
 - Class Brush
 - Typedef ArrayPtr
 - Class Point
 - Enum FillMode
 - Class Graphics
 - Namespace System::Drawing
 - Library Aspose.Font for C++
 
Graphics::FillClosedCurve(const SharedPtr<Brush>&, const ArrayPtr<PointF>&, Drawing2D::FillMode, float) method
Draws a closed spline using the specified brush.
void System::Drawing::Graphics::FillClosedCurve(const SharedPtr<Brush> &brush, const ArrayPtr<PointF> &points, Drawing2D::FillMode fillmode=Drawing2D::FillMode::Alternate, float tension=0.5f)
| Parameter | Type | Description | 
|---|---|---|
| brush | const SharedPtr<Brush>& | A brush to use when drawing the spline | 
| points | const ArrayPtr<PointF>& | Array of points that determines the spline | 
| fillmode | Drawing2D::FillMode | IGNORED | 
| tension | float | Value that specifies the tension of the spline | 
See Also
- Typedef SharedPtr
 - Class Brush
 - Typedef ArrayPtr
 - Class PointF
 - Enum FillMode
 - Class Graphics
 - Namespace System::Drawing
 - Library Aspose.Font for C++