Click or drag to resize

Range<T>.Union Method (Range<T>)

Gets the union of this instance and an intersecting range.

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

Parameters

range
Type: Eto.Forms.Range<T>
Range to union with.

Return Value

Type: Nullable<Range<T>>
The union of this instance and the specified range, or null if they are not intersecting.
Remarks
See Also