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

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

    See Also