[]
Constructor.
Builds a new Progression object with specified type and bounds
of progression.
public Progression(int type, int cs, int ce, int rs, int re, int lye)
Public Sub New(type As Integer, cs As Integer, ce As Integer, rs As Integer, re As Integer, lye As Integer)
| Type | Name | Description |
|---|---|---|
| int | type | The progression type |
| int | cs | The component index start |
| int | ce | The component index end |
| int | rs | The resolution level index start |
| int | re | The resolution level index end |
| int | lye | The layer index end |