Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IFigure Interface / MaxIntersections Property

In This Topic
    MaxIntersections Property
    In This Topic
    Gets the maximum number of intersections that a polygon can have when testing a line.

    Call the Flatten(Matrix3x2) method before using this property.

    Syntax
    'Declaration
     
    ReadOnly Property MaxIntersections As System.Integer
    System.int MaxIntersections {get;}
    See Also