ArraySectionTAsArray2D Method
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public Array2D<T> AsArray2D(
int height,
int width
)
Public Function AsArray2D (
height As Integer,
width As Integer
) As Array2D(Of T)
public:
Array2D<T> AsArray2D(
int height,
int width
)
member AsArray2D :
height : int *
width : int -> Array2D<'T>
- height Int32
- The height of the array to be returned.
- width Int32
- The width of the array to be returned.
Array2DTAn
Array2DT instance using this
ArraySectionT as its underlying buffer that has the specified dimensions.