Click or drag to resize

RangeTUnion Method (RangeT)

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.FormsRangeT
Range to union with.

Return Value

Type: NullableRangeT
The union of this instance and the specified range, or null if they are not intersecting.
Remarks
See Also