Class TypedArray
Class TypedArray
Nazwa przestrzeń: Aspose.Html Zestaw: Aspose.HTML.dll (25.4.0)
Obiekty TypedArray wykazują podobny widok na bazie binarnego bufera danych.
[DOMObject]
[ComVisible(true)]
[DOMName("TypedArray")]
public abstract class TypedArray : DOMObject, INotifyPropertyChanged
Inheritance
object ← DOMObject ← TypedArray
Derived
Implements
Dziedziczeni członkowie
DOMObject.GetPlatformType() , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Properties
Buffer
Otrzymuje ArrayBuffer, o którym mowa w tej instancji.
[DOMName("buffer")]
public ArrayBuffer Buffer { get; }
Wartość nieruchomości
ByteLength
Dostaje byteDługość właściwości akcesoria reprezentuje długość ArrayBuffer w bytach.
[DOMName("byteLength")]
public int ByteLength { get; }
Wartość nieruchomości
ByteOffset
Otrzymuje byteOffset od początku referencyjnego ArrayBuffer.
[DOMName("byteOffset")]
public int ByteOffset { get; }
Wartość nieruchomości
Length
Otrzymuje długość typowanego array.
[DOMName("length")]
public int Length { get; }