IRangeList Interface
Definition
Namespace: Alternet.Common
Assembly: Alternet.Common.v8.dll
Represents a sorted collection of IRange
objects that can be individually accessed by index.
Syntax
public interface IRangeList : ISortList<IRange>, IList<IRange>, ICollection<IRange>, IEnumerable<IRange>, IEnumerable
Methods
UpdatePosition(IRange, Int32, Int32, Int32, Int32) | When implemented by a class, updates specified position by DeltaX and DeltaY values for specific |