Determines if the rectangular region represented by
rect
is entirely contained within this
PdfRectangle structure.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool Contains(
PdfRectangle rect
)
VB
Public Function Contains (
rect As PdfRectangle
) As Boolean
Parameters
- rect
- Type: BitMiracle.Docotic.Pdf.PdfRectangle
The PdfRectangle to test.
Return Value
Type:
Boolean
This method returns
true if the rectangular region represented by
rect is entirely contained within the rectangular region
represented by this
PdfRectangle; otherwise
false.
See Also