CastArray3DTFrom, TToSlice Method

Overload List

Slice(Int32) Gets a new CastArray3DTFrom, TTo instance, which represents a subrange of planes of the current instance starting with the specified startPlaneIndex. Please note that the size of TTo multiplied by Width times Height must be divisible by the size of TFrom.
Slice(Int32, Int32) Gets a new CastArray3DTFrom, TTo instance, which represents a subrange of planes of the current instance starting with the specified startPlaneIndex and planeCount. Please note that the size of TTo multiplied by Width times Height must be divisible by the size of TFrom.

See Also