Click or drag to resize

PdfRectangleIntersect Method

Make this object the intersection of itself with a specified rectangle.

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

Parameters

rc
Type: Opait.Pdf.ApiPdfRectangle
The rectangle to intersect with.
See Also