PdfRectangleContains Method (Double, Double)Terminal Works - PDF Printing.Net Library
Determines if the specified point is contained within this PdfRectangle.

Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax

public bool Contains(
	double x,
	double y
)

Parameters

x
Type: SystemDouble
y
Type: SystemDouble

Return Value

Type: Boolean
See Also

Reference