Click or drag to resize

RangeExtensions Class

Inheritance Hierarchy
SystemObject
  Eto.FormsRangeExtensions

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static class RangeExtensions

The RangeExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInterval
Gets the interval for the specified range between the start and end dates.
Public methodStatic memberLength
Gets the length of the specified range between the start and end values.
Public methodStatic memberWithLength
Creates a new range starting at the same position as the specified range and a new length.
Top
See Also