| PdfRectangleContains Method (PdfPoint) |
Determines if the rectangle contains the specified point.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public bool Contains(
PdfPoint point
)
Parameters
- point
- Type: Opait.Pdf.ApiPdfPoint
The point to check.
Return Value
Type:
Boolean'true' if the rectangle contains the point; otherwise, 'false'.
See Also