Uint8ClampedArray

Uint8ClampedArray(int)

Initializes a new instance of the Uint8ClampedArray class.

public Uint8ClampedArray(int length)
ParameterTypeDescription
lengthInt32The length (number of elements).

See Also


Uint8ClampedArray(byte[])

Initializes a new instance of the Uint8ClampedArray class.

public Uint8ClampedArray(byte[] data)
ParameterTypeDescription
dataByte[]The array data.

See Also


Uint8ClampedArray(ArrayBuffer)

Initializes a new instance of the Uint8ClampedArray class.

public Uint8ClampedArray(ArrayBuffer buffer)
ParameterTypeDescription
bufferArrayBufferThe data buffer.

See Also


Uint8ClampedArray(ArrayBuffer, int)

Initializes a new instance of the Uint8ClampedArray class.

public Uint8ClampedArray(ArrayBuffer buffer, int byteOffset)
ParameterTypeDescription
bufferArrayBufferThe data buffer.
byteOffsetInt32The byte offset.

See Also


Uint8ClampedArray(ArrayBuffer, int, int)

Initializes a new instance of the Uint8ClampedArray class.

public Uint8ClampedArray(ArrayBuffer buffer, int byteOffset, int length)
ParameterTypeDescription
bufferArrayBufferThe data buffer.
byteOffsetInt32The byte offset.
lengthInt32The length.

See Also