PdfRectangle.Intersect Method

Replaces this PdfRectangle structure with the intersection of itself and the specified rectangle.

Overload List

  NameDescription
Public methodIntersect(PdfRectangle)
Replaces this PdfRectangle structure with the intersection of itself and the specified PdfRectangle structure.
Public methodStatic memberIntersect(PdfRectangle, PdfRectangle)
Returns a PdfRectangle structure that represents the intersection of two rectangles. If there is no intersection, an empty PdfRectangle is returned.

See Also