Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / IPath Interface / SetFillMode Method
The method used to determine whether a given point is part of the geometry.

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

    Parameters

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