CastArray2DTFrom, TToItem Property

Overload List

ItemIndex Gets a row of the CastArray2DTFrom, TTo as a CastArrayTFrom, TTo instance. Please note that the size of TTo multiplied by Width must be divisible by the size of TFrom.
ItemInt32 Gets a row of the CastArray2DTFrom, TTo as a CastArrayTFrom, TTo instance. Please note that the size of TTo multiplied by Width must be divisible by the size of TFrom.
ItemRange Gets a new CastArray2DTFrom, TTo instance, which represents a subrange of rows of the current instance indicated by the specified range. Please note that the size of TTo multiplied by Width must be divisible by the size of TFrom.
ItemInt32, Int32 Gets or sets the element at the specified indices. Parameter order is the same as in case of a regular two-dimensional array.

See Also