ComponentOne Word for UWP
FillBeziers Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class : FillBeziers Method
The drawing color.
The array of the points for the curve.
Fill Bezier curve from this document.
Syntax
'Declaration
 
Public Sub FillBeziers( _
   ByVal clr As Windows.UI.Color, _
   ByVal points() As Windows.Foundation.Point _
) 
public void FillBeziers( 
   Windows.UI.Color clr,
   Windows.Foundation.Point[] points
)

Parameters

clr
The drawing color.
points
The array of the points for the curve.
See Also

Reference

C1WordDocument Class
C1WordDocument Members