Click or drag to resize

PdfRectangleHorizontalOverlap Method

Computes relative horizontal overlap with another rectangle.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public double HorizontalOverlap(
	PdfRectangle rc
)

Parameters

rc
Type: Opait.Pdf.ApiPdfRectangle
The rectangle to compare with.

Return Value

Type: Double
The amount of horizontal overlap between this rectangle and the specified rectangle. A zero or negative value indicates no overlap.
See Also