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
)
Public Function Intersects (
range As Range(Of T)
) As Boolean
member Intersects :
range : Range<'T> -> bool
Parameters
- range
- Type: Eto.FormsRangeT
Range to check for intersection.
Return Value
Type:
Booleantrue if the range intersects this instance,
false otherwise.
See Also