Click or drag to resize

FS_RECTFIntersect Method

Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Intersect(
	FS_RECTF rect
)

Parameters

rect  FS_RECTF
The rectangle to intersect with the current rectangle.
See Also