ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / SetFillMode Method
The method used to determine whether a given point is part of the geometry.

In This Topic
    SetFillMode Method
    In This Topic
    Specifies the method used to determine which points are inside the geometry described by this path and which points are outside.
    Syntax
    'Declaration
     
    Public Sub SetFillMode( _
       ByVal fillMode As GrapeCity.Documents.Drawing.FillMode _
    ) 
    public void SetFillMode( 
       GrapeCity.Documents.Drawing.FillMode fillMode
    )

    Parameters

    fillMode
    The method used to determine whether a given point is part of the geometry.
    See Also