C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RectangleD Structure / IntersectsWith Method
The RectangleD to test.

In This Topic
IntersectsWith Method
In This Topic
Tests whether the current RectangleD intersects with another.
Syntax
'Declaration
 
Public Function IntersectsWith( _
   ByVal rc As RectangleD _
) As Boolean
 

Parameters

rc
The RectangleD to test.

Return Value

true if the current RectangleD intersects with rc, false otherwise.
See Also