Table of Contents

Constructor IntRange

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

IntRange(int, int)

Initializes a new instance of the IntRange class.

public IntRange(int start, int count)

Parameters

start int

The start.

count int

The count.

IntRange(int, int, int)

Initializes a new instance of the IntRange class.

public IntRange(int start, int count, int delta)

Parameters

start int

The start.

count int

The count.

delta int

The delta.

IntRange(int[])

Initializes a new instance of the IntRange class.

public IntRange(int[] range)

Parameters

range int[]

The range.