C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / DrawBeziers Method
The drawing pen.
The array of the points for the curve.

In This Topic
DrawBeziers Method
In This Topic
Draw Bezier curve from this document.
Syntax
'Declaration
 
Public Sub DrawBeziers( _
   ByVal pen As Pen, _
   ByVal points() As Point _
) 
 

Parameters

pen
The drawing pen.
points
The array of the points for the curve.
See Also