Click or drag to resize

Range Class

Inheritance Hierarchy
SystemObject
  Eto.FormsRange

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static class Range
Methods
  NameDescription
Public methodStatic memberFromLength(Int32, Int32)
Creates a new integer range with the specified start and length.
Public methodStatic memberFromLength(Int64, Int64)
Creates a new long range with the specified start and length.
Top
See Also