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

In This Topic
    FillStrokeNonZeroWindingPath Class
    In This Topic
    PDF "B" operator. Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill.
    Object Model
    FillStrokeNonZeroWindingPath Class
    Syntax
    'Declaration
     
    Public Class FillStrokeNonZeroWindingPath 
       Inherits VisualPathOperator
       Implements IVisualOperator 
    public class FillStrokeNonZeroWindingPath : 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.FillStrokeNonZeroWindingPath

    See Also