Constructor IndexRange
Namespace TallComponents.PDF
Class IndexRange
Creates a new, zero-based range.
Syntax
public
IndexRange(
Int32
from
,
Int32
to
)
Parameters
Int32
from
The start index of the range.
Int32
to
The end index of the range (inclusive)