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

In This Topic
    SetClippingPathNonZeroWinding Class
    In This Topic
    PDF "W" operator. Modify the current clipping path by intersecting it with the current path, using the nonzero winding number rule to determine which regions lie inside the clipping path.
    Object Model
    SetClippingPathNonZeroWinding Class
    Syntax
    'Declaration
     
    Public Class SetClippingPathNonZeroWinding 
       Inherits PathOperator
       Implements IVisualOperator 
    public class SetClippingPathNonZeroWinding : PathOperator, IVisualOperator  
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Pdf.Operators.OperatorBase
          GrapeCity.Documents.Pdf.Operators.PathOperator
             GrapeCity.Documents.Pdf.Operators.SetClippingPathNonZeroWinding

    See Also