Click or drag to resize

RangeTIntersect Method

Gets the intersection of this instance and the specified range.

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

Parameters

range
Type: Eto.FormsRangeT
Range to intersect with.

Return Value

Type: NullableRangeT
A new instance of a range that is the intersection of this instance and the specified range, or null if they do not intersect.
See Also