[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.DrawBeziers

DrawBeziers Method

DrawBeziers(Pen, PointF[])

Draw Bezier curve from this document.

Declaration
public void DrawBeziers(Pen pen, PointF[] points)
Parameters
Type Name Description
Pen pen

The drawing pen.

PointF[] points

The array of the points for the curve.

Implements