PDFView4NET WinForms Edition
Intersects Method




O2S.Components.PDFView4NET Namespace > DisplayRectangle Class : Intersects Method
The rectangle to intersect.
Verifies if the given rectangle intersects this rectangle.
Syntax
'Declaration
 
Public Function Intersects( _
   ByVal displayRect As DisplayRectangle _
) As Boolean
'Usage
 
Dim instance As DisplayRectangle
Dim displayRect As DisplayRectangle
Dim value As Boolean
 
value = instance.Intersects(displayRect)
public bool Intersects( 
   DisplayRectangle displayRect
)
public: bool Intersects( 
   DisplayRectangle* displayRect
) 
public:
bool Intersects( 
   DisplayRectangle^ displayRect
) 

Parameters

displayRect
The rectangle to intersect.

Return Value

True if the rectangles intersect, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DisplayRectangle Class
DisplayRectangle Members