PdfRectangleContains Method (RectangleF)Terminal Works - PDF Printing.Net Library
Determines if the rectangular region represented by rect is entirely contained within this PdfRectangle.

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

public bool Contains(
	RectangleF rect
)

Parameters

rect
Type: System.DrawingRectangleF

Return Value

Type: Boolean
See Also

Reference