Charting for WinForms Programmer's Guide
RectD.Intersects Method
See Also
 






Checks whether this rectangle intersects with specified rectangle.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool Intersects (
    RectD other
)

Visual Basic  Copy Code

Public Function Intersects( _
    other As RectD _
) As Boolean

 Parameters

other

A RectD instance.

 Return Value

true if the rectangles intersect, or false otherwise.

 See Also

RectD Members
RectD Structure
MindFusion.Charting Namespace