Click or drag to resize

FS_RECTFIntersectsWith Method

Determines if this FS_RECTF intersects with rect.

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

Parameters

rect  FS_RECTF
The rectangle to test.

Return Value

Boolean
This method returns true if there is any intersection, otherwise false.
See Also