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

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

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

    See Also