Click or drag to resize

DrawingBaseIntersectsWith Method

Checks if the object intersects with another object

Namespace:  SharpCharts.Base.ChartObject
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public abstract bool IntersectsWith(
	Rect rect
)

Parameters

rect
Type: System.WindowsRect
Other rect

Return Value

Type: Boolean
See Also