IntRange.GetRange
IntRange.GetRange method
Gets the count range of int elements starting at start
public static IEnumerable<int> GetRange(int start, int count, int delta)
| Parameter | Type | Description |
|---|---|---|
| start | Int32 | The start. |
| count | Int32 | The count. |
| delta | Int32 | The delta. |
Return Value
Array of items
Exceptions
| exception | condition |
|---|---|
| ArgumentException | Count can not be lover than 1 or {D255958A-8513-4226-94B9-080D98F904A1}Start page can not be lover than 0 |
See Also
- class IntRange
- namespace Aspose.PSD
- assembly Aspose.PSD