Checks whether this rectangle intersects with specified rectangle.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool Intersects ( |
Visual Basic
Copy Code
|
|---|
Public Function Intersects( _ |
A RectD instance.
true if the rectangles intersect, or false otherwise.
See Also