Table of Contents

Method DrawBeziers

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

DrawBeziers(Pen, PointD[])

Draws a series of Bezier splines from an array of PointD structures.

void DrawBeziers(Pen pen, PointD[] points)

Parameters

pen Pen

Pen that determines the color, width, and style of the curve.

points PointD[]

Array of PointD structures that represent the points that determine the curve. The number of points in the array should be a multiple of 3 plus 1, such as 4, 7, or 10.