 | FS_RECTFIntersectsWith Method |
Determines if this
FS_RECTF intersects with
rect.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool IntersectsWith(
FS_RECTF rect
)
Public Function IntersectsWith (
rect As FS_RECTF
) As Boolean
public:
bool IntersectsWith(
FS_RECTF rect
)
member IntersectsWith :
rect : FS_RECTF -> bool public boolean IntersectsWith(
FS_RECTF rect
)
function IntersectsWith(rect);
Parameters
- rect FS_RECTF
- The rectangle to test.
Return Value
BooleanThis method returns true if there is any intersection, otherwise false.
See Also