Class IntRange
IntRange class
Class for representing sequence of elements
public class IntRange
Constructors
Name | Description |
---|---|
IntRange(int[]) | Initializes a new instance of the IntRange class. |
IntRange(int, int) | Initializes a new instance of the IntRange class. |
IntRange(int, int, int) | Initializes a new instance of the IntRange class. |
Properties
Name | Description |
---|---|
Range { get; set; } | Gets or sets the range. |
Methods
Name | Description |
---|---|
GetArrayOneItemFromIndex(int) | Returns one item array from specified index |
static GetRange(int, int, int) | Gets the count range of int elements starting at start |
See Also
- namespace Aspose.PSD
- assembly Aspose.PSD