Click or drag to resize

RangeFromLength Method (Int64, Int64)

Creates a new long range with the specified start and length.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static Range<long> FromLength(
	long start,
	long length
)

Parameters

start
Type: SystemInt64
Start of the range.
length
Type: SystemInt64
Length of the range.

Return Value

Type: RangeInt64
A new range with the specified start and length.
See Also