Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Operators Namespace / FillNonZeroWindingPath Class
Members

In This Topic
    FillNonZeroWindingPath Class
    In This Topic
    PDF "f" operator. Fill the path, using the nonzero winding number rule to determine the region to fill.
    Object Model
    FillNonZeroWindingPath Class
    Syntax
    'Declaration
     
    Public Class FillNonZeroWindingPath 
       Inherits VisualPathOperator
       Implements IVisualOperator 
    public class FillNonZeroWindingPath : VisualPathOperator, IVisualOperator  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Operators.OperatorBase
          GrapeCity.Documents.Pdf.Operators.PathOperator
             GrapeCity.Documents.Pdf.Operators.VisualPathOperator
                GrapeCity.Documents.Pdf.Operators.FillNonZeroWindingPath

    See Also