Click or drag to resize

IArrayBufferView Properties

The IArrayBufferView type exposes the following members.

Properties
  NameDescription
Public propertyArrayBuffer
Gets view's underlying ArrayBuffer.
Public propertyOffset
Gets the view's offset within the underlying ArrayBuffer.
Public propertySize
Gets the view's size in bytes.
Top
See Also