ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / FillPath Method
The drawing color.
The path points to fill.
The path types to fill.
The winding fill mode flag to draw, by default alternate fill mode.

In This Topic
    FillPath Method
    In This Topic
    Fills a path defined by points and types.
    Syntax
    'Declaration
     
    Public Sub FillPath( _
       ByVal clr As Color, _
       ByVal points() As Point, _
       ByVal types() As Byte, _
       ByVal winding As Boolean _
    ) 
    public void FillPath( 
       Color clr,
       Point[] points,
       byte[] types,
       bool winding
    )

    Parameters

    clr
    The drawing color.
    points
    The path points to fill.
    types
    The path types to fill.
    winding
    The winding fill mode flag to draw, by default alternate fill mode.
    See Also