IntRange Class
Class for representing sequence of elements
Inheritance Hierarchy
SystemObject
  Aspose.PSDIntRange

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public class IntRange

The IntRange type exposes the following members.

Constructors
  NameDescription
Public methodIntRange(Int32)
Initializes a new instance of the IntRange class.
Public methodIntRange(Int32, Int32)
Initializes a new instance of the IntRange class.
Public methodIntRange(Int32, Int32, Int32)
Initializes a new instance of the IntRange class.
Properties
  NameDescription
Public propertyRange
Gets or sets the range.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetArrayOneItemFromIndex
Returns one item array from specified index
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetRange
Gets the count range of int elements starting at start
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also