System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve method

GraphicsPath::AddClosedCurve(const ArrayPtr<Point>&, float) method

Voegt de opgegeven gesloten curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.

void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<Point> &points, float tension=0.5)
ParameterTypeBeschrijving
pointsconst ArrayPtr<Point>&Punten die de curve specificeren
tensionfloatSpecificeert de hoeveelheid waarmee de curve buigt tussen de controlepunten

Zie ook

GraphicsPath::AddClosedCurve(const ArrayPtr<PointF>&, float) method

Voegt de opgegeven gesloten curve toe aan het pad dat wordt vertegenwoordigd door het huidige object.

void System::Drawing::Drawing2D::GraphicsPath::AddClosedCurve(const ArrayPtr<PointF> &points, float tension=0.5)
ParameterTypeBeschrijving
pointsconst ArrayPtr<PointF>&Punten die de curve specificeren
tensionfloatSpecificeert de hoeveelheid waarmee de curve buigt tussen de controlepunten

Zie ook