System::Drawing::Graphics::DrawClosedCurve method
Contenido
[
Ocultar
]Graphics::DrawClosedCurve(const SharedPtr<Pen>&, const ArrayPtr<Point>&, float, Drawing2D::FillMode) method
Dibuja un spline cerrado usando la pluma especificada.
void System::Drawing::Graphics::DrawClosedCurve(const SharedPtr<Pen> &pen, const ArrayPtr<Point> &points, float tension=0.5f, Drawing2D::FillMode fillmode=Drawing2D::FillMode::Alternate)
| Parámetro | Tipo | Descripción |
|---|---|---|
| pluma | const SharedPtr<Pen>& | Una pluma para usar al dibujar la spline |
| points | const ArrayPtr<Point>& | Array de puntos que determina la spline |
| tension | float | Valor que especifica la tensión de la spline |
| fillmode | Drawing2D::FillMode | IGNORED |
Ver también
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class Point
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawClosedCurve(const SharedPtr<Pen>&, const ArrayPtr<PointF>&, float, Drawing2D::FillMode) method
Dibuja un spline cerrado usando la pluma especificada.
void System::Drawing::Graphics::DrawClosedCurve(const SharedPtr<Pen> &pen, const ArrayPtr<PointF> &points, float tension=0.5f, Drawing2D::FillMode fillmode=Drawing2D::FillMode::Alternate)
| Parámetro | Tipo | Descripción |
|---|---|---|
| pluma | const SharedPtr<Pen>& | Una pluma para usar al dibujar la spline |
| points | const ArrayPtr<PointF>& | Array de puntos que determina la spline |
| tension | float | Valor que especifica la tensión de la spline |
| fillmode | Drawing2D::FillMode | IGNORED |
Ver también
- Typedef SharedPtr
- Class Pen
- Typedef ArrayPtr
- Class PointF
- Enum FillMode
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++