IntRange.IntRange
Contents
[
Hide
]IntRange(int, int)
Initializes a new instance of the IntRange class.
public IntRange(int start, int count)
| Parameter | Type | Description |
|---|---|---|
| start | Int32 | The start. |
| count | Int32 | The count. |
See Also
- class IntRange
- namespace Aspose.PSD
- assembly Aspose.PSD
IntRange(int, int, int)
Initializes a new instance of the IntRange class.
public IntRange(int start, int count, int delta)
| Parameter | Type | Description |
|---|---|---|
| start | Int32 | The start. |
| count | Int32 | The count. |
| delta | Int32 | The delta. |
See Also
- class IntRange
- namespace Aspose.PSD
- assembly Aspose.PSD
IntRange(int[])
Initializes a new instance of the IntRange class.
public IntRange(int[] range)
| Parameter | Type | Description |
|---|---|---|
| range | Int32[] | The range. |
See Also
- class IntRange
- namespace Aspose.PSD
- assembly Aspose.PSD