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