ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / FillBeziers Method
The drawing color.
The array of the points for the curve.

In This Topic
    FillBeziers Method
    In This Topic
    Fill Bezier curve from this document.
    Syntax
    'Declaration
     
    Public Sub FillBeziers( _
       ByVal clr As Color, _
       ByVal points() As Point _
    ) 
    public void FillBeziers( 
       Color clr,
       Point[] points
    )

    Parameters

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