Click or drag to resize

RangeTIntersects Method

Determines if the specified range intersects (overlaps) this instance.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Intersects(
	Range<T> range
)

Parameters

range
Type: Eto.FormsRangeT
Range to check for intersection.

Return Value

Type: Boolean
true if the range intersects this instance, false otherwise.
See Also