PdfRectangle.Contains Method

Determines if the specified point or rectangle is contained within this PdfRectangle structure.

Overload List

  NameDescription
Public methodContains(PdfPoint)
Determines if the specified point is contained within this PdfRectangle structure.
Public methodContains(PdfRectangle)
Determines if the rectangular region represented by rect is entirely contained within this PdfRectangle structure.
Public methodContains(Double, Double)
Determines if the specified point is contained within this PdfRectangle structure.
Public methodContains(Single, Single)
Determines if the specified point is contained within this PdfRectangle structure.

See Also