Click or drag to resize

RangeTWithEnd Method

Creates a copy of the current range with a different end value.

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

Parameters

end
Type: T
End of the new range.

Return Value

Type: RangeT
A new instance of the range with the specified end value.
See Also